Re: Protecting an Access Database
- From: Scott McDaniel <scott@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 08 Aug 2007 06:14:54 -0400
On Wed, 8 Aug 2007 02:35:21 -0700, JonathanLewin <JonathanLewin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have built an Access database a while ago and I have gained a lot of
interest in the database. I now need to protect it so no one can change any
of the data or applications within it i.e. make it equivalent to a read only
file or database some how. I have hidden the database window so only the
display screen an menu options can be accessed but this does not stop people
from un hiding the database window and changing the data, tables, queries,
forms, reports etc.
How do I make it so people can open the database and use it but can not
actually go in to it and change ANYTHING!?
Deploying your database in the .mde format will stop users from being able to view or change Forms, Reports, or Modules.
To protect Tables and Queries, you'll need to implement User Level SEcurity. See Joan Wild's site for detailed
step-by-step instructions for doing this;
www.jmwild.com
You will also want to move all data access to RWOP (Run With Owner Permission) queries so that you can remove
permissions directly from the table for users. Again, see Joan's site for info on this.
Also be aware that ULS is easily breakable for those who wish to purhcase a password unlocker.
Any suggestions would be appreciated.
Thank you
Jonathan
Scott McDaniel
scott@xxxxxxxxxxxxxxxxxxxxxxxxx
www.infotrakker.com
.
- Follow-Ups:
- Re: Protecting an Access Database
- From: Nando
- Re: Protecting an Access Database
- Prev by Date: Re: Help, I have inherited an mdw database and need to make changes
- Next by Date: Re: How do I lock the unhide database window menu option?
- Previous by thread: Re: Help, I have inherited an mdw database and need to make changes
- Next by thread: Re: Protecting an Access Database
- Index(es):
Relevant Pages
|