R RogerB Registered User. Local time Today, 14:23 Joined May 25, 2000 Messages 10 May 8, 2003 #1 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
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
Nero Shop smart, shop S-Mart Local time Today, 14:23 Joined Jan 8, 2002 Messages 217 May 8, 2003 #2 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.
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.