copying database structure only

T

Tag

Is there a way to copy an entire database, structure only? I want to delete all of the records, and start again

thanks

Tag
 
R

Rick Brandt

Tag said:
Is there a way to copy an entire database, structure only? I want to
delete all of the records, and start again.
thanks,

Tag

Import all objects into a new blank file. There is an option in the import
dialog to import "Structure Only" for the tables.
 
Top