copy a database

  • Thread starter Thread starter Chely
  • Start date Start date
C

Chely

Hello:
I want to make a copy of the structure of an existing database. This
database have linked tables and when i want to import the database
without the data, always copy the data too. I don't know how i can
acomplish to copy the database. Could somebody help me!!!. Please.
Thanks
 
Hello:
I want to make a copy of the structure of an existing database. This
database have linked tables and when i want to import the database
without the data, always copy the data too. I don't know how i can
acomplish to copy the database. Could somebody help me!!!. Please.
Thanks

If it is a split database, you will need to make a copy of the backend
(which contains all the data). You can create a new, empty database
and use File... Get External Data... Import to import the tables;
choose the "Design Only" option to import just the structure of the
tables, not the data.

Then use Tools... Database Utilities... Linked Table Manager in a copy
of the frontend to relink the tables to the new backend.

John W. Vinson[MVP]
 

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