I have both Access 97 and Access 2000 installed on my machine. I am able to run both versions of Access simultaneously.
I need to, on a regular basis, transfer data from the Access 97 database into the Access 2000 database. When this transfer is going on I would have just the Access 97 database opened.
To initiate the transfer I tried to employ OpenDatabase function in the following format:
OpenDatabase ("Access2000DatabaseName", False, False, "MSACCESS 9.0;"
to establish the connection to the Access 2000 database so that I could then open its tables to populate them with the Access 97 data.
However, as soon as the code execution reaches the OpenDatabase function, a runtime error 3170 occurs: "Could not find installable ISAM". How can I initialize the Access 2000 database from the Access 97 database to complete the transfer?
Many thanks for any help.
Regards, Pavla
I need to, on a regular basis, transfer data from the Access 97 database into the Access 2000 database. When this transfer is going on I would have just the Access 97 database opened.
To initiate the transfer I tried to employ OpenDatabase function in the following format:
OpenDatabase ("Access2000DatabaseName", False, False, "MSACCESS 9.0;"
However, as soon as the code execution reaches the OpenDatabase function, a runtime error 3170 occurs: "Could not find installable ISAM". How can I initialize the Access 2000 database from the Access 97 database to complete the transfer?
Many thanks for any help.
Regards, Pavla