How do I copy a database structure?

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

Guest

How can I copy a database without copying the records?

A company is opening another division and wants to start with the same
database structure (but not all the data). We'd like to copy the current
database, but don't want to have to go through all the tables and delete
records.

What is the easiest/quickest way to accomplish this?
Thanks in advance for feedback!
 
Create a new MDB, select import, and select the original mdb you want to
import the tables from.
press the option button, on the buttom of the screen there will be more
option for te import, from there select structure only, without the data.
 
Back
Top