Empty copy of database

P

Pat Garard

G'Day All,

I have a back-end database that contains both client data tables and
supporting tables with lists (e.g. Languages, Income Ranges etc) for
combos on the Forms. All relationships are defined, including two
with cascading deletes.

I would like to take a "clean" copy of the database with client data
removed and all autonumber key fields reset (to 1 for the first record).

How may I achieve this?
 
A

Allen Browne

Create a new (blank) database.

Import all tables:
File | Get External

In the Import dialog, click the More/Options button (bottom right).
In the extended section, click the button form:
Structure Only

I suggest you disable the Name AutoCorrect options in the new database
before the import, to prevent the problems explained here:
http://allenbrowne.com/bug-03.html
 

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

Top