R
Rubydee73
Hi I have a scenario that I need help with:
I have two tables, Transaction and Customer. The transaction table contains
a field called Amount. A customer can have more than one transaction.
The Customer table has a field called Balance. I would like for the balance
to be the sum of all of the customer's transaction amounts.
How do I have the Balance field in the customer table reflect the total of
the customer's transaction amounts?
I have two tables, Transaction and Customer. The transaction table contains
a field called Amount. A customer can have more than one transaction.
The Customer table has a field called Balance. I would like for the balance
to be the sum of all of the customer's transaction amounts.
How do I have the Balance field in the customer table reflect the total of
the customer's transaction amounts?