Thanks, Jerry and Rich. Here is what I ended up with. Jerry, I was missing that bit of code in the last line to force in the "empty" months.
TRANSFORM First(qryMonthCount.Units) AS FirstOfUnits
SELECT qryMonthCount.AssessmentYear, qryMonthCount.AssessYear, qryMonthCount.WorkUnits...