I have a use-case here that requires three groups of access restrictions. One is unfettered, one has access to all except sensitive data, and the third has access to only address-related items. I have various forms populated with buttons that open up the relevant parts of the database.
As security is an issue, I want to allow access for specific users (As a part of a group) to these areas, either by disabling buttons based on groupID, or using Access's built-in security. How can I go about doing this?
Also, I want to disable the window > unhide.. dialog, to prevent direct access to tables. How do I go about this?
As security is an issue, I want to allow access for specific users (As a part of a group) to these areas, either by disabling buttons based on groupID, or using Access's built-in security. How can I go about doing this?
Also, I want to disable the window > unhide.. dialog, to prevent direct access to tables. How do I go about this?