
Creating new Access 97 database by VB code in Access 2000 module
I Create in an Access 2000
Visual Basic module a new database at the
following way:
Set appAccess = CreateObject("Access.Application") 'Create
new access 2000 database
appAccess.NewCurrentDatabase strDB
'Opens the new database to add some tables to
It always produce a new Access 2000 database
Although we need an Access97 database !!!! (the new database needs to be
compettible with some others who doesn't have access2000)
Who nows the solution for me?
Thanks for helping.
Bey bey