Run multiple append queries?

S

SKB

I have multiple append queries that I would like to run all at once. I
know I could just create a macro that would run each individual append
query but, is there a way to group the append queries and then just run
the group?

SKB
 
J

John Spencer

As far as I know, you have to run the individual queries using a macro or
vba.
 
Top