Access control

  • Thread starter Thread starter DD
  • Start date Start date
D

DD

I need to allow user read the database only , when I remove the user modify
access it become only one user can access at one time, when second user to
try access the database, the error"couldn't use file, file in use"

What is the best way that to control user only can view the database ?
 
I would split the database. This way you would not run into that problem
with multiple users with different access.
 
Back
Top