Grouping and page breaks

  • Thread starter mattc66 via AccessMonster.com
  • Start date
M

mattc66 via AccessMonster.com

Hi All,

I have a report that print customer account detail. I want to keep each
account to be seperated by page. If the account detail is small it is
printing the next account on the same page.I have set the page header to Keep
Together the Whole Group. However that doesn't seem to make a change.
 
M

Marshall Barton

mattc66 said:
I have a report that print customer account detail. I want to keep each
account to be seperated by page. If the account detail is small it is
printing the next account on the same page.I have set the page header to Keep
Together the Whole Group. However that doesn't seem to make a change.


Try setting the group header section's ForceNewPage property
to Before Section instead of using KeepTogether.
 
K

karl dewey

Open report in design view, click on Group Header. In the property window
scroll down to Force New Page and select Before Section.
 
Top