Here's the query:
SELECT tblPlant.Sort, qryChargebackData.[Process Level], tblPlant.PLDesc, tblPlant.ProdLineDesc, qryChargebackData.Year, qryChargebackData.Month, qryChargebackData.[Reason Code 2], qryChargebackData.Desc, Sum(qryChargebackData.Amount) AS ChargebackAmount...