Hi,
I have some 50 queries, 20 reports and 30 macros all related to 2 Tables. This MSACCESS database is being used by several users installed in 3 systems. I want that nobody should be able to see my Queries, Reports and Macros. I have set all objects as hidden. I have also hidden the navigation pane, tool bar and disabled the F11 function key using the VB code in the form.
Now the problem is that although, no one can have access to any object in this particular database, but the user can always import any of the objects in a blanks database. Even the hidden objects can be copied by checking the "Show hidden files" box in the blank database.
Is there a way by using some code, so that the hidden objects do not appear in the import function.
I have some 50 queries, 20 reports and 30 macros all related to 2 Tables. This MSACCESS database is being used by several users installed in 3 systems. I want that nobody should be able to see my Queries, Reports and Macros. I have set all objects as hidden. I have also hidden the navigation pane, tool bar and disabled the F11 function key using the VB code in the form.
Now the problem is that although, no one can have access to any object in this particular database, but the user can always import any of the objects in a blanks database. Even the hidden objects can be copied by checking the "Show hidden files" box in the blank database.
Is there a way by using some code, so that the hidden objects do not appear in the import function.