Group Headers

K

Karen

Hi,

I have a report in which I have 4 groupings: Div, Reg, Type, AE. Each
group has a header and a footer. There is also a detail section.

The first grouping prints the Div header, then the rest iof the page is
blank. The second page prints Division, Region, Type, AE with detail and
continues with a new page for each Region. The Division header prints as
well. The next Div grouping prints the Div header with the rest blank and the
next page has the Division Region, Type, AE with detail.

I want to eliminate the first page for each division with the rest of the
page blank. I have tried several combinations of KeepTogether and
ForceNewPage, but have proceded to get myself confused.

Any help will be greatly appreciated.
 
M

Marshall Barton

Karen said:
I have a report in which I have 4 groupings: Div, Reg, Type, AE. Each
group has a header and a footer. There is also a detail section.

The first grouping prints the Div header, then the rest iof the page is
blank. The second page prints Division, Region, Type, AE with detail and
continues with a new page for each Region. The Division header prints as
well. The next Div grouping prints the Div header with the rest blank and the
next page has the Division Region, Type, AE with detail.

I want to eliminate the first page for each division with the rest of the
page blank. I have tried several combinations of KeepTogether and
ForceNewPage, but have proceded to get myself confused.


Two possibilities come to mind.

The Div header has its ForceNewPage set to After Section or
the Reg header has it set to Before Section.

The Reg group's (not the section's) KeepTogether property is
set to Whole Group.
 
Top