Nested SQL? Need easy to understand "How To"

E

Eddie

In Access, I am currently using two queries to accomplish the following.
1. The first is a summary query.
2. To the output of this first query, I then do a one side join of a fixed
record table where I want every record of this second table returned, along
with any matching record from the first query.

If I run as two consecutive queries, this works fine. But if I try to do
all in one step, I think the summary nature of the first query messes it up
and I do not get all records from table 2.

But I still have a need to do in one step . And I'm thinking a nested SQL
query could maybe handle. But am having trouble finding a good syntax
reference and/or example. I think I just need to insert the SQL from the
first Access query directly into the second, but not sure how to proceed.

Any thoughts or direction to well illustrated example would be greatly
appreciates. Thanks!! Larry A.
 
E

Eddie

Allen, I'll give this a look as soon as I get into work this morning. Just
wanted to mention that my favorite on-line radio station is now Mix94.5. I
listen most evenings which is your next day morning rush hour. Today's
technology is amazing, isn't it?

Thanks much. Will advise if I have any further questions. Larry.
 

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