Hello all,
I have an access query which I'm having trouble with. The query runs but the numbers that come out don't seem to make logical sense.
The query (with query and field names substituted) is as follows:
SELECT sum(currencyField) from
A
UNION ALL
select sum(currencyField) from
B...