Access 2002 data protection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to prevent users from changing the data in the Access 2002 file I
built, but allow them to develop their own queries to run against it. Is
there a way to do this? I tried making the database file read-only, but that
prevents query development.
 
Get the user to create a new MDB file and simply link the Tables from your
Read-Only Back-End MDB file to the new MDB as linked Tables.

In the new MDB file the user has Read/Write access so he/she can create
Queries as required but the data will be Read-Only.

Note that this is by no means a security measure! Any user with a bit of
knowledge will find your Back-End database and depending on his / her
(network) permission, he/she may be able to remove the Read-Only flag on
your Back-End MDB file.

HTH
Van T. Dinh
MVP (Access)
 
Thanks, Van! I followed your suggestion and got it to work. I'm not so
concerned about security as protecting the data from user oopses, so your
approach is fine for that.
 
You're welcome ... Glad that the method is suitable for your needs.
 

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