Need opinion ...

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

Guest

I would like to restrict modifications to a table (Say TableA) based on
userid.
I have user information allowed to modify records in TableA in another table
say TableB. The two table are connected with a key.

If I write a query joining two tables to pull up records that the logged user
can modify, then I cannot modify the records since it is a join on two tables.

Another way would be for users to enter the Key for the 1st table and
then I verify if the user is allowed to modify the requested record.
Our users here don't want to do that, they want to view all the records they
are authorized to modify and then modify the record if they choose to do so.

How can this be accomplished?

Thank you,
-Me
 
You're welcome. I hope they helped.
Thank you ruralguy,
-Me
Here's a couple of links that you may find helpful.
Enabling/Disabling controls, based on User Security
[quoted text clipped - 19 lines]
 

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