|
-
Nov 4th, 1999, 07:56 AM
#1
Thread Starter
Junior Member
I use the following code to create a new Access database.
Dim db As DAO.Database
Set db = DBEngine.CreateDatabase ("C:\New.mdb", dbLangGeneral)
That creates the database, however, when I go to Access and try to open it, I get an error saying 'Unrecognized database format 'C:\New.mdb'.
Anyone have any clue what might be going on?
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
|