Set warnings on/off in queries

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

Guest

by pressing one button am running 3 update queries that would update 3
different fields in 3 different tables at once and would not like to the
warning that you about to update 3 records three times, however I would like
the user to be informed that the following [Fields] in the following [tables]
with [countRecords] were updated.
I have set the warnings as DoCmd.SetWarnings False.

E.g, Should be like
Fields Table Records (This line is just an illustration can be
ignored)

FinalAns tblNo1 5
FinalAns tblNo2 5
FinalAns tblNo3 5
 

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