Suppose I have an MS Access 2003 database called X.mdb. If I create a blank MS Access 2003 database, I could use the Import Wizard to import information from X.mdb to the blank database.If I password protect the
VB code in X.mdb and deny the user access to the startup dialog box, I can prevent the importation of
VB code from X.mdb. To import a module, a person would first have to remove the password protection. Is there a way to block the importation of certain tables, queries, forms, reports, or macros?When I give my database to my customer, I don't want them to import certain tables or queries from my database.