How do I copy database design without data records

G

Guest

after you delete the data, have you tried the compile /
compress options? otherwise, delete the data, create a
new database and import all the tables, queries, etc into
the new database. that should compress it pretty well.
 
Top