Connecting to Access 2000 from 97

RogerB

Registered User.
Local time
Today, 14:23
Joined
May 25, 2000
Messages
10
I want to connect to an Access 2000 database on another machine from Access 97 and search a particular table.

The OpenDatabase method doesn't work, is there any other way?

RB
 
The Microsoft Jet version differs from 97 and 2k.
97 uses 3.5 & 2k uses 4.0.
make sure you have the correct version in your connection string.
 

Users who are viewing this thread

Back
Top Bottom