Grouping and Sorting

  • Thread starter Thread starter Microsoft
  • Start date Start date
M

Microsoft

Access 2007

I have a report that has the following groupings:

EstimateNo
PageNo - footer only
SectionNo header & footer
SubSectionNo header & footer
ItemNo - footer only

I would like my report to print like so

SectionNo 1
SubSections 1 with total
SubSection 2 with total
Section No1 (addition of SubSection 1 & 2 relating to SectionNo1) Total

SectionNo 2
SubSections with total
SubSection 2 with total
SectionNo 2 (addition of SubSection 1 & 2 relating to SectionNo2) Total

What is happening is:

SectionNo 1
SubSection 1
SectionNo 2
SubSection 1

SectionNo 1
SubSection 2
SectionNo 2
SubSection 2

What am I doing wrong?

Thanks
Alison
 
Back
Top