View Full Version : how to click "Yes" in a macro.....


LeverColson
11-17-2006, 08:03 AM
I have a number of queries set up in a macro, however some ask for approval before finishing, i.e. append xx records. How can i have that automatically approve and continue to the next query?

Many thanks!
Scott

jeremypaule
11-17-2006, 08:09 AM
SetWarnings NO, then turn them back on

boblarson
11-17-2006, 08:10 AM
For macros that would be SetWarnings NO and then SetWarnings YES

LeverColson
11-17-2006, 08:41 AM
Thanks!! i'll give it a shot.