bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
Assume I have a table of data with many different regions that have many groups.
How can I create a totals query the sum of the result of a calculation by region? For instance, assume I need to perform this calculation, using group ID's:
(25+37+56)-(21+15)
I can limit the query to only pull the group ID's above; but how would I prepare the field that performs that calculation? Also -- this is in a crosstab query.
How can I create a totals query the sum of the result of a calculation by region? For instance, assume I need to perform this calculation, using group ID's:
(25+37+56)-(21+15)
I can limit the query to only pull the group ID's above; but how would I prepare the field that performs that calculation? Also -- this is in a crosstab query.
Last edited: