Click to See Complete Forum and Search --> : Creating Access DataBase?


May 17th, 1999, 06:35 AM
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?

Lothar Haensler
May 17th, 1999, 06:46 AM
use the CreateDatabase method of the CdbDatabase class (DAO).

Nick Pickett
May 17th, 1999, 07:43 AM
Thank you