P
Paperback Writer
I have a crosstab query that looks kinda like this.
Store # is the row heading.
Sales goal is the heading.
Sum of sales is the data.
Aggressive Balanced Conservative Total
123 1,000 500 100 1,600
124 100 200 200 500
125 300 300 400 1,000
I'd like for the query, on the same table, to add up all the aggressive,
balanced, and total figures. Under aggressive I'd like it to read 1,400.
Under balanced Id like it to read 1,000. Under conservative I'd like it to
read 700. Under total Id like it to read 3,100.
Any ideas?
Store # is the row heading.
Sales goal is the heading.
Sum of sales is the data.
Aggressive Balanced Conservative Total
123 1,000 500 100 1,600
124 100 200 200 500
125 300 300 400 1,000
I'd like for the query, on the same table, to add up all the aggressive,
balanced, and total figures. Under aggressive I'd like it to read 1,400.
Under balanced Id like it to read 1,000. Under conservative I'd like it to
read 700. Under total Id like it to read 3,100.
Any ideas?