Page Breaks

  • Thread starter Not_a_notes_fan
  • Start date
N

Not_a_notes_fan

Hi

I am trying to get a report that contains details and summary information
that needs to be grouped but I want each group to start on a seperate page.

Example:
Group by Charity
Details include Donated by, amount and total.

I have a query set ready with all the correct information, but cannot seem
to get each group (Charity) to start on a new page.

Thanks
 
M

Marshall Barton

Not_a_notes_fan said:
I am trying to get a report that contains details and summary information
that needs to be grouped but I want each group to start on a seperate page.

Example:
Group by Charity
Details include Donated by, amount and total.

I have a query set ready with all the correct information, but cannot seem
to get each group (Charity) to start on a new page.


Just set the group header section's ForceNewPage property to
Before Section.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top