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.
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.