In Access, can you restrict users to view/edit specific records?

I

itllfly

Is it possible to retrict users to only view/edit a specific subset of
records within a database. Example: Saleman Bob can only see orders
associated with his customers - he cannot see Saleman Terry's orders and
Terry cannot see his.
 
R

Rick Brandt

itllfly said:
Is it possible to retrict users to only view/edit a specific subset of
records within a database. Example: Saleman Bob can only see orders
associated with his customers - he cannot see Saleman Terry's orders
and Terry cannot see his.

Yes. You would implement User Level Security (big topic itself), restrict
access to the tables, and use RWOP (run-with-owner's-permission) queries for all
data access. Those queries would then have criteria that limited the rows
returned to those appropriate for the current user.
 

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

Top