Code:
TRANSFORM Nz(Count([Class]))+0 AS Expr1
SELECT IIf([Employees] In ('CA047767','CA065354','CA047763','CA048935','CA065788','CA055115','CA055757'),'CND-ISS',IIf([Employees] In ('CA063571','CA069760','CA071053','CA069610','CA050708','CA068210','CA069997','CA065331'),'XCL-TELESALES','UNKNOWN')) AS Industry, LOGAN_ACTYS.[Created By Name], IIf([Class] In ("Cold Call","Closing Call","Exec Value Proposition / Call","Scheduled Sales Call"),"Customer Contact",IIf([Class] In ("Opportunity Plan","Networking / Industry Event"),"Business Development",[LOGAN_ACTYS].[Class])) AS Type, Nz(Count([Class]))+0 AS Total
FROM LOGAN_ACTYS
GROUP BY IIf([Employees] In ('CA047767','CA065354','CA047763','CA048935','CA065788','CA055115','CA055757'),'CND-ISS',IIf([Employees] In ('CA063571','CA069760','CA071053','CA069610','CA050708','CA068210','CA069997','CA065331'),'XCL-TELESALES','UNKNOWN')), LOGAN_ACTYS.[Created By Name], IIf([Class] In ("Cold Call","Closing Call","Exec Value Proposition / Call","Scheduled Sales Call"),"Customer Contact",IIf([Class] In ("Opportunity Plan","Networking / Industry Event"),"Business Development",[LOGAN_ACTYS].[Class]))
PIVOT DateValue([Created]);
and here is the summed query