Jen53403
Programmer
- Jul 17, 2006
- 22
I have a database of people and their money contributions. I have 6 columns to keep track of individual contributions, and one column called TotalContribution. I want to write a query that would set TotalContribution equal to the sum of the 6 contribution amounts for each person in the table. How can I write a query to do that? I'm writing SQL for Access. Thanks!!