Is it possible to create a new Access database from scratch without having to go through the Database Wizard or create an association with an existing database?
Printable View
Is it possible to create a new Access database from scratch without having to go through the Database Wizard or create an association with an existing database?
use the CreateDatabase method of the CdbDatabase class (DAO).
Thank you