|
-
Oct 3rd, 2003, 04:00 AM
#1
Thread Starter
Registered User
OpenDatabase not working in Access 2000
Ok well the problem is that the following code used to work for an Access 97 database, but it doesn't want to work for me now that I have moved to Access 2000.
Set db = wrkJet.OpenDatabase(Me.TxtPath, True, False)
The error message that I get is unrecognised database format. I can open the db manually without a problem. Anyone come across this before?
-
Oct 4th, 2003, 11:26 PM
#2
Fanatic Member
Using DAO? You have to change the refernce from the DAO 3.5 library to DAO 3.6. I believe same goes for ADO. Just upgrade the reference to the newer library
-
Oct 19th, 2003, 10:12 PM
#3
Thread Starter
Registered User
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|