Create a blank database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For backup purposes I would like to create a blank database and copy certain
tables to it. Is this possible? I know it is possible to create an empty
database beforehand and then insert tables into it. But is it possible to
create the blank database in VB and then insert the tables?
 
You can use the CreateDatabase method.
CreateDatabase "C:\deleteme.mdb",dbLangGeneral
 
Thank You! Exactly what I needed. :-)

Duane Hookom said:
You can use the CreateDatabase method.
CreateDatabase "C:\deleteme.mdb",dbLangGeneral
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top