On 25 Sep 2006 17:54:11 -0700, "Chely" <celia.vidal[ at ]rogers.com> wrote:
[Quoted Text] >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]
|