I’m browsing around on the access help files now, but thought I’d ask the lounge about any general considerations…
I have an Access db that serves up data from a SQL Server db and plan to place it in a secured share drive, when that’s available, but need to create a user/permissions schema at any rate. What I’d *like* to do is hook Windows login UID/profiles to Admin (me), Supervisor and User roles. I know you can setup a fairly complete sec policy using the Access tools but am trying to keep the need to do logins to a minimum so it would be best to use the existing Windows login for the various user roles. I started using the user/roles tools and it seemed that they want a suite of login/pwds and I’m trying to avoid that.
In addition, I want to be able to have Access know who’s doing what (even if it’s multiuser) so I can audit individual changes to this and that, so I’ve got a few birds to kill (and avoid any hunting accidents )
All in all, I’m only moderately interested in security, as the db can’t function if you’re not a member of the group approved to access the folder in the first place. In addition I am maintaining the SQL Server login permissions so that’s another level of protection.
I’m more interested in having the db know who’s on and log actions programmatically as needed. the only other thing to consider is some functions/forms should only be visible to the Supervisors. Any ideas/hints/suggestions?
TIA