G Guest Oct 23, 2004 #1 Is there a way to block the "you are updating x number of records" pop-up on action queries? THanks so much.
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 Oct 23, 2004 #2 Hi Sam Yes - execute the command: DoCmd.SetWarnings False before running the query. You should set it back to True afterwards.
Hi Sam Yes - execute the command: DoCmd.SetWarnings False before running the query. You should set it back to True afterwards.