
Originally Posted by
June7
The UNION query on tables is fine.
You want to UNION the two Select queries? I think you want to join them so the gc SumOfPoints field becomes another field for the months. Since DRV_F Sum has all the month/year values, make the jointype 'show all records from DRV_F ...'. If it is possible for one table to have month/year that the other table doesn't, will need another table/query of all possible month/year values to join the two Sum queries to. This could be done by a Union query of the two tables to capture all possible month/year, only the date field would be in the Union.