I'm new to programming in SQL Server and Access. Forgive me if this seems to be a "simple" topic. I've developed a database in SQL Server (back end) using Access 2000 as the front end.
I'd like to establish all security roles in SQL, and code checks in the Access side. What's the best way to go about this?
Logically, I'd like to establish a modal popup form (Access) to capture the users login data which would allow entry in to particular forms depending on user's role. What exactly do I do in SQL Server? Should I establish a separate "security" table defining user IDs equating them to a particular role? Where do I specify what tables the role is allowed to view/edit?
Any suggestions would be appreciated.
I'd like to establish all security roles in SQL, and code checks in the Access side. What's the best way to go about this?
Logically, I'd like to establish a modal popup form (Access) to capture the users login data which would allow entry in to particular forms depending on user's role. What exactly do I do in SQL Server? Should I establish a separate "security" table defining user IDs equating them to a particular role? Where do I specify what tables the role is allowed to view/edit?
Any suggestions would be appreciated.