I'm trying to set some permissions for groups in our MS Access database using an *.mdw security file.
I'm on the "User and Group Permissions screen", and this is completely not ideal for finding out what permissions have already been set for a user concerning a specific object.
I'm given a list of Users/Group Names
and I have no trouble finding my group there.
However...when I reach the Object Name:
list, it is ridiculously long and I am unable to find which permissions have been assigned to the group due to the enormous number of objects that are found there.
The existing group has a very limited set of permissions (it appears that all of the Objects Permissions
checkboxes are unchecked), there are at least a thousand of these for each of the Object Types
: Table, Queries, Forms, etc...and I would like to find out which ones have Read Data, or Open/Run checked off for their permissions.
I've tried scrolling though the Object Name:
s for my group but there are just too many to check without some sort of a query or code; there MUST be another way to do this.
I don't have access to the main account for the database, so I don't believe that I am able to write any code to find the answer.
I was able to obtain a list of objects using a query specified here but I am unable to find any relation between the objects and the Group Permissions.