access macros

  • Thread starter sierralightfoot
  • Start date
S

sierralightfoot

I'm pretty good at this access stuff but a simple Macro has me stumped:
I have a number of append queries to run.
They append to the same table.
I want to run these queries. (I cant get these to run)
Any where from one to three screens come up requesting yes or no answers.
I want to answer Yes to these screens to finish each append.
 
D

Douglas J. Steele

Do you really want to answer yes, or is your desire not to have the messages
appear at all?

To prevent them from happening, issue SetWarnings False before you run the
queries, SetWarnings True after they've run.
 

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

Top