Copy a Database

C

Chuck Moore

I have created several databases for use at the local hospital's ER and they
are very pleased with the results. They now wish to distribute them to other
hospitals in the province. Is there a convenient way to copy the database
without all of the accumulated data so that we can forward an "empty"
database?
 
S

Stu Smith

The easiest way to do this would be to create a new .mdb and import all the
objects. When you import tables, select "Definition Only". Save the new
database and make as many copies of that as you want in Explorer.
 
Top