Hiding tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Would it be possible to keep the database window hidden with code, when
opening a database, and make an .mde file so user of an unsecured database
cannot work with tables or queries?
 
JO said:
Would it be possible to keep the database window hidden with code,
when opening a database, and make an .mde file so user of an
unsecured database cannot work with tables or queries?

Sort of. You can use the Startup options to hide the db window and disallow the
use of F11 to display it. You can execute a one-time code routine that will
disallow the use of the shift key when opening the file to curcumvent your
startup options. However, in an unsecured database anyone who knows how will be
able to re-enable the shift key option. Even if you uses security there are
hack programs availabel that will defeat that as well.

Bottom line is you can erect barriers. Very little work in doing so will keep
out 99% of people. NO amount of work can keep out the last 1%.
 
Back
Top