Remove Queries

T

teamhelen

How do I create a modified copy of an Access (2000) database file and remove
the Queries, Forms and Reports?
 
R

Rick Brandt

teamhelen said:
How do I create a modified copy of an Access (2000) database file and
remove the Queries, Forms and Reports?

Create a new blank file and then use...

File
Get External Data
Import

....to import just the objects you want from the other file.
 
Top