So I used the Query Wizard to construct this query, so how would I change from DISTINCTROW to a totaling query and group by [account ID]?
I changed SQL to this:
SELECT DISTINCTROW ChartOfAccounts.[Account ID], ChartOfAccounts.[Account Name], ChartOfAccounts.[Account Type ID]...