Security Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Make-Table query in a macro that the user executes to do some daily
work. As you know, it deletes the old table first and then re-builds a table
with the same name. As Administrator, I have no problems in doing this.
However, regardless of the permissions I grant to the user community, it
seems like I have to grant Admin permissions to get the query to run. I do
not want to grant perm Admin permissions to the User. This is the first time
I have used a Make-Table query in a macro if this makes a difference.

Ideas?

Thank you for your assistance!
 
Instead of a Make Table query, set up the table the way you want it and use
a Delete query followed by an append query.
 
Allen,

Is this the only way to get around the problem? Don't get me wrong, I like
it. But I was just thinking this is bypassing the problem. I will look into
doing this but was just wondering.

Kent
 
It's very unusual to need a make-table query in a production application.
Allen's suggestion is far more practical.
 

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

Similar Threads

security 1
Security Setting 5
Activex component cant create object 4
Error #2950 3
Problem linking tables. 5
User Groups & Permissions 6
Security Users and Groups 2
Question about Access 2000 Security 7

Back
Top