query calculation question

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I have a table with multiple entries for the same
person. I need a query that will match two of the fields
then add the remaining two numeric fields together to
give me a total.

Any help will be greatly appreciated.
 
Create a totals query. Have "group by" on the 2 fields
that you need to match. Have "sum" oon the 2 fields that
you want to add.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top