912 questions
You should be able to use a Totals query for that. Have you tried it?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a table containing records of transactions:
Account Date Amount
12345 1/1/21 $100.00
12345 1/2/21 $100.00
99999 1/2/21 $100.00
12345 1/3/21 $100.00
I'd like to be able to create a query that sums the total per Account:
Account Amount
12345 $300.00
99999 $100.00
Thank you for your help!
You should be able to use a Totals query for that. Have you tried it?
I hadn't. Works great. Thanks!