Adding Header to Report

C

ChuckW

Hello,

I have a report that has fields such as CustomerName,
TxnNumber, TxnDate, ItemNumber and ItemName. I created a
report that grouped by CustomerName and has the other
fields listed in the report. What I want to do now is
to further group by TxnNumber by adding a header to my
report. So there will be a first grouping by
CustomerName and then another grouping by TxnNumber. I
did a lot of formatting to my report so I don't want to
have to recreate it with the wizard.

Thanks,

Chuck
 
D

Duane Hookom

All you should need to do is view the Sorting and Grouping dialog while in
design view of the report and add a level for TxnNumber.
 
Top