M
Mark1
I'm new to Access but old to SQL. I want to sum one field
by criteria on another field. In SQL, it would be:
Select sum(dollar) as Dollar
From Table1
Where Region in ('001', '002')
Here, I get the sum of the dollars without Region being
displayed. Just one number is what I want. Not the sums
for regions 001 and 002 but rather the sum of both.
Thanks in advance.
by criteria on another field. In SQL, it would be:
Select sum(dollar) as Dollar
From Table1
Where Region in ('001', '002')
Here, I get the sum of the dollars without Region being
displayed. Just one number is what I want. Not the sums
for regions 001 and 002 but rather the sum of both.
Thanks in advance.