Query message

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

Guest

is it possible to eliminate the message that shows up after runing an update
query??

thank you
 
is it possible to eliminate the message that shows up after runing an update
query??

thank you

Yes; if you're running the query from a Macro or from VBA code, put a
line to set SetWarnings to False before running the query. Be sure to
put Setwarnings back to True afterward, or you'll turn off ALL warning
messages for the rest of the Access session.

John W. Vinson[MVP]
 

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


Back
Top