Copy complete Access database - structures only

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

Guest

Does anyone have an easy way to copy an Access database including
relationships to another Access database but only the structures, ie, no
data? TIA!
Leslee
 
LesleeT said:
Does anyone have an easy way to copy an Access database including
relationships to another Access database but only the structures, ie,
no data? TIA!
Leslee

Create a new, empty database. Open that database as the current
database, click File -> Get External Data -> Import..., and choose to
import from the database you want to copy. Select all the objects on
each tab of the import dialog. Then click the "Options >>" button, make
sure all the optional items are checked (like Import/Export Specs), and
in the Import Tables option group, choose Definition Only. Then click
OK to import the lot.
 
The easiest way I know is to create a new database, select File / Get
external data / import. Select the database you want to copy in the import
window. When the import objects window pops up click options and select
definition only for the tables. Then select all for each tab and import.
 
Thanks, schasteen! I used Dirk's method which looks pretty close to yours and
it worked fine.
Leslee
 

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