access macros

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

Guest

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.
 
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.
 
Back
Top