I have a report that I export to excel. It groups rows by Field1. The query the report is based on subtotals the value of each field1 group.
My report looks like this
field1 Value Subtotal
aaa 2.00 6.00
aaa 2.00
aaa 2.00
bbb 1.00 2.00
bbb 1.00
I need the subtotal to show at the last row in the field1 group instead of the first row. How can I do this?
An access solution is preferable, but I will take an Excel macro or vba solution. Thanks
Kimberly Palazzi
kpal29@hotmail.com
My report looks like this
field1 Value Subtotal
aaa 2.00 6.00
aaa 2.00
aaa 2.00
bbb 1.00 2.00
bbb 1.00
I need the subtotal to show at the last row in the field1 group instead of the first row. How can I do this?
An access solution is preferable, but I will take an Excel macro or vba solution. Thanks
Kimberly Palazzi
kpal29@hotmail.com