S
Stuart
If I have a Query that looks like this
Type Size Amount
a .75 1000
a .75 2000
bbb .25 2250
bbb .25 1000
bbb .25 3653
a .75 8956
a .75 10000
a .75 5484
bbb .25 6549
How would i have a report prints out the total amounts for
type "a" on one line followed by the totals of type "bbb"
on the next line. I know how to do this on different
reports but i cant figure out how to do this on the same
report.
Thanks a lot, Stuart
Type Size Amount
a .75 1000
a .75 2000
bbb .25 2250
bbb .25 1000
bbb .25 3653
a .75 8956
a .75 10000
a .75 5484
bbb .25 6549
How would i have a report prints out the total amounts for
type "a" on one line followed by the totals of type "bbb"
on the next line. I know how to do this on different
reports but i cant figure out how to do this on the same
report.
Thanks a lot, Stuart