Action query prompt

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

Guest

Is there a way to block the "you are updating x number of records" pop-up on
action queries?
THanks so much.
 
Hi Sam

Yes - execute the command:
DoCmd.SetWarnings False
before running the query.

You should set it back to True afterwards.
 
Back
Top