charlie12345
Technical User
I need to create a new database in order to export a table.
Exporting the table is no problem, but I can't seem to create a new database.
I get 'Invalid Argument' with:
Set dbsNew = DBEngine.Workspaces(0).CreateDatabase("NewDB.mdb", dbLangGeneral)
It must be obvious, but I can't see it.
Charlie
Exporting the table is no problem, but I can't seem to create a new database.
I get 'Invalid Argument' with:
Set dbsNew = DBEngine.Workspaces(0).CreateDatabase("NewDB.mdb", dbLangGeneral)
It must be obvious, but I can't see it.
Charlie