G
Guest
Good morning
I have three queries at the moment and would like to create a fourth one to combine the info into one location. Each query contains three columns (year, week, total). However, not each query has the same entries...thus one query may have an entry for 2003 week 12 while the two others may not. In some cases there are entry for a week in all three queries
How do I go about combining them under one query
The wanted result would resembl
Year Week Qry1Count Qry2Count Qry3Coun
2003 12 0 0
2003 15 1 0
2003 16 5 9
....
Thank yo
Danie
I have three queries at the moment and would like to create a fourth one to combine the info into one location. Each query contains three columns (year, week, total). However, not each query has the same entries...thus one query may have an entry for 2003 week 12 while the two others may not. In some cases there are entry for a week in all three queries
How do I go about combining them under one query
The wanted result would resembl
Year Week Qry1Count Qry2Count Qry3Coun
2003 12 0 0
2003 15 1 0
2003 16 5 9
....
Thank yo
Danie