Sum of Like Fields in Different Tables

  • Thread starter Thread starter Laz
  • Start date Start date
L

Laz

Been searching everywhere...I want to sum columns of numbers from two
different tables and have the results displayed as one number. Anyone have
any suggestions.
 
Create a totals query based on a UNION query. The union query will select
the columns from the two different tables. The totals query can sum them.
 
Thank you for sending me in the right direction, got it working.
 

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