Access macro- how automatically run without clicking yes to each s

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

Guest

I'm running a macro which contains several sub-macros. I have to manaully
click "yes" for every qusetion it asks for each step. Is there a way to have
it automatically answer yes to each step so the macro will run all the way
through by itself?
 
In your macro, under Actions choose SetWarnings to "yes"

As Kelvin corrected himself, that should be No. BUT... Just be sure to ALSO
put a line setting SetWarnings back to Yes after the last step of the macro;
otherwise you'll turn off all warnings and confirmations for the rest of the
Access session.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top