Totalling a field from multiple tables... (1 Viewer)

N

NtriusBIL

Guest
I have two tables with the same field name in each one, 'units' for example. I want to be able to select the sum of 'units' from table A and table B into one overall result.

Of course the first thing I tried was

select sum(units) from tableA, tableB

Access didn't like that because of the identical field names. Am I headed in the right direction, or should I find a way to put all of these things in one table?
 

David R

I know a few things...
Local time
Today, 14:19
Joined
Oct 23, 2001
Messages
2,633
or should I find a way to put all of these things in one table?
Why are they separated into two tables presently? Are they coming from different sources, or was this a design choice?
 

Users who are viewing this thread

Top Bottom