hey guys, i need your help asap!
i made a database in access 2000 and now it doesn't want to link it to visual basic. what should i do? it's for a school project that due on the 8th of december, so i'd appreciate any help soon. tanx
-A-
Printable View
hey guys, i need your help asap!
i made a database in access 2000 and now it doesn't want to link it to visual basic. what should i do? it's for a school project that due on the 8th of december, so i'd appreciate any help soon. tanx
-A-
How about showing us some code that you're using?
If you want to connect to Access 2000 using the standard VB data controls, then you MUST use Jet 3.6 and have VB6 Service Pack 4 installed. SP3 has Jet 3.6 but the Data Control is not Access2k compliant.
Adrian
And why not just connect via ADO instead? That is the default in Access 2000. DAO really should be dying by now...
Cheers,
P.