I am editing the SQL bringing in the quarters, correct?
This is the sql changing per your suggestion (I think)
SELECT [Pacer QA tbl].DateofProcedure, IIf(Month([DateofProcedure]) In (10,11,12),"Quarter 1",IIf(Month([DateofProcedure]) In (1,2,3),"Quarter 2",IIf(Month([DateofProcedure]) In...