Action query prompt

S

smk23

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

Graham Mandeno

Hi Sam

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

You should set it back to True afterwards.
 
Top