This was not precisely what you asked for (but I think it is better because the order is correct.
TRANSFORM Sum(MGIAllCombined.fin_debtor_amount) AS SumOffin_debtor_amount
SELECT MGIAllCombined.mat_number, Sum(MGIAllCombined.fin_debtor_amount) AS [Total Of fin_debtor_amount]
FROM MGIAllCombined
GROUP BY MGIAllCombined.mat_number
PIVOT Format([Month_End],"yyyy" & Format([Month_End],"mm"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.