Hi Guys,
I'm having problems with a union query. I can't get it to group in the way that I want, here is the sql of the 2 queries:
QueryMainReport1
SELECT QueryRecordSource.Group, tblStaffGroup.StaffGroup, Count(QueryRecordSource.[Pay Number]) AS Staff, Sum(IIf(tblKSF.KSF,1,0)) AS KSF1...