Remove warning messages from Delete queries

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

Guest

I created a macro that will run several delete queries at once. Since I'm
deleting from several different tables, there are several warning messages
that pop up asking the user if they are sure they want to perform the action.
Is there a way to remove these messages?
 
Change SetWarnings option to No before the 1st delete query; recommend
setting back to Yes after the last.
--
***************************
If the message was helpful to you, click Yes next to Was this post helpful
to you?
If the post answers your question, click Yes next to Did this post answer
the question?
 

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