page break for certain criteria?

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
 
M

Marshall Barton

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.
 

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