Access to tables, queries, code, etc.

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I just finished making a simple application for others to
use. However, I don't want them to have any access to
the tables, queries, or code behind the forms. Is there
a way to make this unavailable to them? (Besides
unchecking the "Display Database Window" on the Startup
Menu.)

Any Suggestions are appreciated!!
 
Converting your application to an MDE file will prevent users from having
design capabilities for Forms, Reports, Macros and Modules. Queries and
Tables are not protected in an MDE; for that you would need to implement
Access' built-in security.
 
Back
Top