For Yes to MessageBox

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

Guest

I'm running an append query in VBA and want it to run automatically without
having to answer Yes, it's okay to append.... How to???
 
DoCmd.Setwarnings False
DoCmd.OpenQuery "YourAppendQuery"
DoCmd.Setwarnings True
 

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