Dear all,
I have a question around the issue of using VB6 to access MS Access databases. Can VB6 be used to open access 2002, retrieve data from and input data into a table?
The following code keeps on giving me the message of "Unrecognised database format" error code 3343.
Dim DBSource As Database
Set DBSource = OpenDatabase("h:\training\names.mdb")
Is the problem with this code, or is it because VB6 can't open an access 2002 database?
Thanks in advance for your help.
JB1