Confirm Delete Message appears

  • Thread starter Thread starter Koulla
  • Start date Start date
K

Koulla

Hello,

I have a macro contains Runsql: Delete * MyTable
everytime I run that macro a confirm deletion message
appears. Is there anyway to not show this message and just
do the deletion?
I try to do this from the tools options edit/find tab
document deletions but it not works!

Thanks a lot!
 
Koulla,

You can put a SetWarnings,No action in your macro before the RunSQL action.
 

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

Back
Top