Two Make Table Queries

A

Allison

I have two make table queries that I'm trying to
autoexecu by macro on a daily basis.

As instructed I have

Set Warning - False
Open Query (qryIMPACTII)
Set Warning - True
Run Command Exit

Is there a way to run both query at the same time? or Run
qryIMPACTII first and then run qryNONCOMCURRENT second.
If so how should I change the above instructions.
 
N

Nikos Yannacopoulos

Hi again Allison,

SetWarnings - False
OpenQuery (qryIMPACTII)
OpenQuery (qryNONCOMCURRENT)
SetWarnings - True
RunCommand Exit

HTH,
Nikos
 

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