report design

L

Lisa

I need to insert a page break so that each group prints on a separate page. I
have tried to insert the page break control, but it doesn't break the page
when I preview the report. Any help will be appreciated.
Thanks
 
F

fredg

I need to insert a page break so that each group prints on a separate page. I
have tried to insert the page break control, but it doesn't break the page
when I preview the report. Any help will be appreciated.
Thanks

No need for a page break control.
Set the GroupHeader ForceNewPage property to
Before Section
You'll find it in the GroupHeader's property sheet's Format tab.
 
M

Marshall Barton

Lisa said:
I need to insert a page break so that each group prints on a separate page. I
have tried to insert the page break control, but it doesn't break the page
when I preview the report. Any help will be appreciated.


Set the group header section's ForceNewPage property to
Before Section
 
Top