Protecting Tables & Forms

R

Roger Bell

I have designed a data base which is Menu driven and wish to prevent users
from viewing the Table Structure and Form Design. Is there a simple way to
do this?

Thanks for any Help
R Bell
 
J

Jeff Conrad

It depends how much your users know about Access and
whether they like to go where they should not be. Normally
setting different options under Tools | Startup should suffice
for most of the people. You can also create an MDE file
from your MDB file to keep people from messing with
your code. Make sure you make good backup copies of
your MDB file before creating an MDE.

If you need more security than you should implement
User Level Security (ULS).

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html


in message:
 
Top