Macro taking two clicks to run

NaveenNandigam

Registered User.
Local time
Today, 14:09
Joined
Mar 31, 2005
Messages
14
Hi, I have a button on a form, when we click the button it runs a macro. In a macro, I had it to open two queries(Append and Delete queries). I had to click twice. to run this macro. Macro runs fine when I try to run it from database.Can anyone suggest me regarding this.

Thanks in Advance,
Naveen
 
There should be a 'Setwarnings' macro action you can insert into the top of the macro. Just be sure to turn them back on with a second 'Setwarnings' at the end of the macro...
 

Users who are viewing this thread

Back
Top Bottom