Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do you make a database read only

Status
Not open for further replies.

erictheman

Programmer
Jul 16, 2002
12
CA
what we want to do is make our database read only to some user and make other users have full control over the database. How would this be done?
Thank You for your time
 
You would need to implement user-level security. This is not for the faint of heart. Microsoft has a FAQ on this subject. You will need to read it, read it, and read it.


One other option would be to have different screens for different users. You could password protect the forms. Therefore, if UserReadOnly clicked on frmRead a password would have to be entered. You could set up the forms so access would be read-only. I'm not really sure what you are trying to do so this may not be a good suggestion. For absolute control you would need user-level security.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top