ForceNewPage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a need to print a report containing many, many records called "Job
Steps". These records are grouped by a field called "JSA Record Number"

The problem I have is that I want to print all the records for a given "JSA
Record Number" on one page. I've set the sorting and grouping to keep all the
right information together, but when the report runs, I will get this:

JSA RECORD NO. 1
Job Step 1 for JSA RECORD NO.1
Job Step 2 for JSA RECORD NO.1
Job Step 3 for JSA RECORD NO.1
Job Step 1 for JSA RECORD NO.2 (if there is room on the page)

I want to add a PAGE BREAK prior to the detail section of the report every
time Job Step Number = 1.

How can I do this?
 
Include a group footer (in the grouping and sorting dialog box) and place a
page break in the footer.

Rick B
 
Thank you. This worked perfectly.
Darcey

Rick B said:
Include a group footer (in the grouping and sorting dialog box) and place a
page break in the footer.

Rick B
 
Back
Top