Report Page Break

  • Thread starter Thread starter Michael H
  • Start date Start date
M

Michael H

I have built a Students/Classes database and I need a
report that will print out transcripts.

The report is set up fine, however, I need to have the
report print a different student on each page. Right now,
the report prints the student records on top of each
other.

Thanks in Advance
 
Good Afternoon!

Depending on how your report is set up, you can use
the "Force New Page" property to make this happen. This
property should be available in the Detail Section and any
Group Header/Footer sections you have set up. Setting this
property to "After Section" will usually work, but again
this can depend on how the Sections in the report are set
up. You can experiment with the settings to see how they
change the page breaks. hope this helps!

Dan
 
I have built a Students/Classes database and I need a
report that will print out transcripts.

The report is set up fine, however, I need to have the
report print a different student on each page. Right now,
the report prints the student records on top of each
other.

Thanks in Advance

In report design view, click on View + Sorting and Grouping.
Enter the StudentID field in the top panel.
Choose Header Yes in the bottom panel.
Save the change.

Click on the Group Header and set it's ForceNewPage property to Before
Section.
 
Back
Top