page break for certain criteria?

  • Thread starter Thread starter cporter
  • Start date Start date
C

cporter

I combining data from two tables for a report and I want the report to
print new pages for each MACHID. The MACHID may have as many 45 records
by PROCNO and as few as 1 record. Right now the report sometimes breaks
the pages as I want and sometimes it doesn't. Is there a special
command I need to force to do it each time? A page break makes it build
a new page after every record instead of all the records where MACHID
is the same.

MACHID Action Request1 wono


MACHID PROCNO DESC1 DESC2 FREQ DONEBY DLP FLAGACT
 
I combining data from two tables for a report and I want the report to
print new pages for each MACHID. The MACHID may have as many 45 records
by PROCNO and as few as 1 record. Right now the report sometimes breaks
the pages as I want and sometimes it doesn't. Is there a special
command I need to force to do it each time? A page break makes it build
a new page after every record instead of all the records where MACHID
is the same.

MACHID Action Request1 wono


MACHID PROCNO DESC1 DESC2 FREQ DONEBY DLP FLAGACT


You can just set the mach id group header section's
ForceNewPage property to Before Section.
 
Back
Top