How to protect my database software

  • Thread starter Thread starter Martin
  • Start date Start date
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
 
Try converting to an MDE. That will definitely keep them out of the VBA.
 
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
 
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

Back
Top