Supress Confirmation Window for Automated Tasks

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

Guest

I want to setup an automated task that runs an update query to a linked table
in an autoexec macro. A confirmation window opens "You won't be able to undo
the changes....." and halts the macro. Is there a setting or option to
supress this confirmation window?

Thanks
 
Either set warnings off before running the query (and set back on after it's
run), or else use the Execute method of the query.
 

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