In Excel you can attach a password to the spreadsheet. How do I secure my
database in Access 2000? I have a "huge" database containing all the user
login information, etc. There are a select few who will be responsible for
updates, etc.
How do I put a password on the database?
Tools... Security... Set Database Password.
*but*... this is about as secure as a $8.95 bicycle lock. There are hacks
readily available on the net to read the password.
If you want a higher level of security use Access workgroup security: download
the Microsoft Access 2000 Security FAQ:
http://support.microsoft.com/kb/207793/en-us
It applies to versions up through 2003; Microsoft chose to remove it from 2007
:-{(.
Print out the FAQ. Read it carefully. Get a good night's sleep. Read it again,
even more carefully! Follow the instructions scrupulously; it's complex and
easy to do wrong.
If there is a business-critical need for security and you need to protect the
data from skilled and determined people, no file server solution is very safe;
workgroup security can be cracked too. Putting the data in a client-server
database such as SQL/Server is much more robust; you can still use Access as
your frontend.
John W. Vinson [MVP]