allow a query to use table but not table to be seen

T

tw

I have a query that uses the employee table to get names etc of employees,
but not pay rate or similar private information. I'm trying to set up a
security schema that allows users to run the employee query, but not have
access to the employee table. The query won't run even though it has full
permission, because there is no permission to the employee table. Any ideas?

Thanks.
 
R

Rick B

You set the query to "run with owner's permission" It is one of the query
properties,

Rick B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top