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!

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
859 questions
0 comments No comments
{count} votes

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!