How do I lock dowsn a database I have developed?

R

Richardsson

I have developed a database that will be used by a few people in the same
workplace and I would like to lock it so that no one can change the design or
how it works. What do I need to lock it down?
 
D

Douglas J. Steele

To lock down the logic, you can convert the MDB into an MDE (Tools |
Database Utilties).

To lock the database design, you're best off applying Access Security, which
isn't for the faint of heart! Here's a list of good references Jeff Conrad
recently posted:

Security FAQ (the Security Bible):
http://support.microsoft.com/?kbid=207793

Jack Macdonald's Security Document:
http://www.geocities.com/jacksonmacd/AJMAccessSecurity.pdf

Lynn Trapp's Ten Security Steps:
http://www.ltcomputerdesigns.com/Security.htm

Joan Wild's Tips:
http://www.jmwild.com/security02.htm

The Security Whitepaper is also worth reading:
http://support.microsoft.com/?id=148555

Keith Wilby's Instructions (See step-by-step link)
http://www.keithwilby.com/


Make sure you read the instructions carefully several times, work with a
copy of your application, and make sure you don't leave out any steps!
 
A

Andi Mayer

I have developed a database that will be used by a few people in the same
workplace and I would like to lock it so that no one can change the design or
how it works. What do I need to lock it down?
make an mde
 
Top