View Single Post
  #3  
Old May 30th, 2010, 04:30 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Password protection

I would use the server to protect the data. Move the back-end on the server
to a folder which is accessible only to those you want.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access
Co-author: "Access 2010 Solutions", published by Wiley


"Bob H" wrote in message
...
I have a database on a local server at work, and there are copies of the
front end on several local computers.
I now want to password protect the database and restrict data editing to
just 2 users.

How do I go about this.
Thanks