run a series of queries

G

guy

i need to run a series of select queries which depend on the results of the
previous ones...i want to run the queries in an efficient way...

Now...first I need to run Qry1 (select records from tableA), then Qry2
(based on Qry1 results), next is Qry3 (select records from table B), last is
Qry4 (join results of Qry2 and Qry3).

How can i simplify the process? I hope I can run the several queries in a
faster way...

Thanks!
 
J

Jason Lepack

If they're just select queries then open Query4. It will do what it
needs to do with the other ones.

Cheers,
Jason Lepack
 

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

Similar Threads

Best way to show an update 3
Append many queries to tables 1
Select Query Access V.B. Question 1
Combine like output of 12 queries 1
Union Query if Yex/No 13
nested queries 1
Query Criteria 4
slow query 1

Top