G
Guest
I have an MS Access project with SQL Server on the back end.
How do you suggest I develop access/security in this scenario? I have an
application with two types of Users. Those can Insert, Update or Select
from any table but thye may may not delete (Group A). Or those who can
Select on any table only (Group B).
What is the best way to implement this ? From what I have, defining User
Roles SQL server might work. If I I do that, how do I get access to work on
the right role for each type of user? (I could not find any Help on this in
SQL Server or the Access Project.)
How do you suggest I develop access/security in this scenario? I have an
application with two types of Users. Those can Insert, Update or Select
from any table but thye may may not delete (Group A). Or those who can
Select on any table only (Group B).
What is the best way to implement this ? From what I have, defining User
Roles SQL server might work. If I I do that, how do I get access to work on
the right role for each type of user? (I could not find any Help on this in
SQL Server or the Access Project.)