I have 2 queries to run this report qryGroupType1 and qryGroupType. GroupType1 is the first query and GroupType is the 2nd here is the SQL code to GroupType1
SELECT tblGroups.[Ward ID], tblType.TypeID, tblType.Type, tblGroups.[Community Group]
FROM tblGroups INNER JOIN tblType ON...