Users Allowed to Run Action Queries

G

Guest

I have a database that has several append queries to update historical data
collection from an ODBC server. I have code that runs the append queries on
startup of the database. However, when a user (not the admin) opens the
database, the code will not run the append queries. Any way around this? I
can't find where to give users open/run authority for queries.
 
J

Joan Wild

I assume that you have implemented Access user level security?

If so, then Tools, Security, Permissions; choose Queries in the Object list,
select the append query and grant the users permission to insert data. If
you have used RWOP queries, that's all they need. If you haven't used RWOP
queries, then you'll also need to give the users insert data permissions on
the underlying table.
 

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