How to export an Access database design (no data) to a .mdb file?

B

Barry Knapp

Is there a standard procedure for exporting the design only of an Access
database
(tables, relationships, queries, forms, but no data) to an empty .mdb file
or .mdn
(template) file?

I have several books on Access, but cannot find an answer to this question,
and there
does not seem to be anything in the Access help file on this either.
 
R

Rick Brandt

Barry Knapp said:
Is there a standard procedure for exporting the design only of an Access
database
(tables, relationships, queries, forms, but no data) to an empty .mdb file
or .mdn
(template) file?

I have several books on Access, but cannot find an answer to this question,
and there
does not seem to be anything in the Access help file on this either.

Don't push. Pull.

You can import all objects into a new blank file and choose to import structure
only (no data) for the tables.
 
Top