How do I get detail from one table with sum from another table in one query - TechRepublic
Question
August 4, 2011 at 10:46 AM
biztpine

How do I get detail from one table with sum from another table in one query

by biztpine . Updated 14 years, 11 months ago

I have two tables, a client table and a transactions table. All the different records on the transactions table have Amounts adding up to a balance total for the client table. I want to show the client table detail plus the sum of the transactions amounts (as the client balance). The ClientId is a foreign key on the transactions table.
My query needs to show a selected client’s detail with the total.

I saw a solution for mySQL but cannot find one for ms access?

Please, I’m searching and searching and wasting time ….
Thank you.

This discussion is locked

All Comments