Sum value in query

Ken Ravazzolo 21 Reputation points
2021-05-12T18:59:43.797+00:00

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!

Microsoft 365 and Office Access Development
0 comments No comments
{count} votes

Accepted answer
  1. DBG 2,381 Reputation points Volunteer Moderator
    2021-05-12T22:26:43.323+00:00

    You should be able to use a Totals query for that. Have you tried it?

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Ken Ravazzolo 21 Reputation points
    2021-05-13T01:00:23.133+00:00

    I hadn't. Works great. Thanks!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.