Can a database be copied in format only?

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

Guest

I am trying to copy just the format of an extensives database for inventory
of "A' products. I would like to copy just the format of this database to
inventory "B" products.

Is this possible? Will the new database keep all the tables, queries etc.
the same?
 
Usually you would keep everything in a single database, not have separate
databases for separate products. You would include tables/fields to
identify each product.

However, to answer your question, you can create a new database and use
File, Get External Database, Import and import everything from another
database. Be sure to click on 'Advanced' or 'Options' (can't remember
which). You'll see the option to import data and structure or structure
only.
 
Back
Top