update query

  • Thread starter Thread starter denelson
  • Start date Start date
D

denelson

Is there a way to turn off that notice when you run an update query
that says "Are you sure you want to do this your about to update X
number of records... blah blah blah"
 
If you are running the update query from a macro or code module, you could
SetWarnings to No. WARNING: If you set warnings to off at the beginning of a
macro or module, be very, very sure to turn the warnings back on at the end.
Otherwise you won't receive other warnings until the database is shut down
and restarted.
 

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