I'm working with Access Security for the first time. I've read the FAQ, and I feel like I have a good grasp of how it works overall.
The code on my main form creates a query and saves it as a queryDef. However, I need this query to be able to pull records from a table that is off-limits to my users. I've set the run permissions for the query to Owner's, and set the owner to the Admins group, which has access to everything.
The problem I'm running into is that it seems that the query can't be modified without the logged-in user being the owner, but I need the owner to be the Admins group so that it'll be able to pull records from my tables.
However, it seems like I should simply be able to give my users "modify design" permissions on the queries. But this won't work....I've only gotten it to work when I'm the owner.
What's going on? Is there any way around this?
The code on my main form creates a query and saves it as a queryDef. However, I need this query to be able to pull records from a table that is off-limits to my users. I've set the run permissions for the query to Owner's, and set the owner to the Admins group, which has access to everything.
The problem I'm running into is that it seems that the query can't be modified without the logged-in user being the owner, but I need the owner to be the Admins group so that it'll be able to pull records from my tables.
However, it seems like I should simply be able to give my users "modify design" permissions on the queries. But this won't work....I've only gotten it to work when I'm the owner.
What's going on? Is there any way around this?