sequential append queries

J

JR

I have to build a table using append queries once a
month. It takes 20 queries to build the table. Is there
a way to program the queries to run automatically one
after the other?
 
G

Guest

You can use a macro to run the queries. In the macro,
under action just select OpenQuery, and put the query name
in down below. Just keep listing them sequentially in
each line down and it will automatically run. If you do
not want to see the warning messages you can also turn
those off before the queries and then back on once
everything is done. To turn the warnings off select the
action SetWarnings and then choose Yes (turned on) or No
(turned off) below.

Jessica
 

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