funderburgh
Registered User.
- Local time
- Today, 04:00
- Joined
- Jun 25, 2008
- Messages
- 118
I am having trouble joining two queries, I want to include all records from each query.
Query 'N" has three records, query "S' has four for the matching ID field. I am hoping to have the result produce seven records.
When I use the following:
FROM qryN INNER JOIN qryS ON N-ID = S-ID
(generated in the Query By Example Grid)
For each N I get 3 S's for 12 records.
I get the same result for LEFT and RIGHT JOINS with records in different order.
Thanks for any suggestions and thanks to Bob Larson for getting me to this point.
Query 'N" has three records, query "S' has four for the matching ID field. I am hoping to have the result produce seven records.
When I use the following:
FROM qryN INNER JOIN qryS ON N-ID = S-ID
(generated in the Query By Example Grid)
For each N I get 3 S's for 12 records.
I get the same result for LEFT and RIGHT JOINS with records in different order.
Thanks for any suggestions and thanks to Bob Larson for getting me to this point.