Report using RWOP (owner permissions on secured table)

B

Beth

Hello,
I have a database that links to some tables where the permissions have been
removed for everyone except the owner. I am trying to make a report access
the data using owner's permissions.
In the recordsource I have the following:
SELECT Classes.Class FROM Classes WITH OWNERACCESS OPTION;

This isn't working. What am I missing?
I have about 35 reports that I would like to convert to this format so that
my tables are more secure.

Thanks,
Beth
 

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