Solved Add (sum) two results from two different tables

aattas

Registered User.
Local time
, 00:59
Joined
Dec 24, 2014
Messages
75
I have two reports from two different tables with results of sum of numbers of each and i need to add them together .

Any suggestion?
 
you could take the queries from each rpt into a 3rd qry, join them , then do the math.
or
put each qry into a 3rd qry UNION query, then do the sum.
 
Thanks a million pal.
It works
 

Users who are viewing this thread

Back
Top Bottom