How to protect my database software

M

Martin

I developed a database system by Access.

Meanwhile,
1. I don't want the users to modify any structure of the my system
2. And don't want them to find the VBA.


How to protect my database? Methods, Methods :)

Thank you.


Martin
 
A

Arvin Meyer [MVP]

Creating an MDE will keep users from modifying anything except tables and
queries. To stop that, you need to use Access User-Level security and remove
all permissions on the tables except through OwnerAccessOption queries. See
the security FAQ for specifics. Read it carefully several times, and make
sure you have backups or you will be locking yourself out of your database:

http://support.microsoft.com/default.aspx?scid=/support/access/content/secfaq.asp
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
G

Guest

Creating an MDE will keep users from modifying anything except tables
and queries.

You can add macros to that list too.

Tom
___________________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top