Page Breaks in Access Report

G

Guest

I have a report with three group footers:

COM_VAD
LABEL_TYPE
MARKET

I have the label_type footer set to force a new page after the section so
each label type is on a separate page, which also forces the market section
on a separate page. I need to have the market section printed on the same
page as the last label type section.

Thank you in advance!
 
M

Marshall Barton

frpkaren said:
I have a report with three group footers:

COM_VAD
LABEL_TYPE
MARKET

I have the label_type footer set to force a new page after the section so
each label type is on a separate page, which also forces the market section
on a separate page. I need to have the market section printed on the same
page as the last label type section.


Seems like you want to set the label group header
ForceNewPage to Before Section.

If you no't want a page break between the com header and the
label header, then try using the com header section's Format
event to set the label group header's ForceNewPage to 0 and
the label header section's Print event to set it to 1.
 
G

Guest

Works perfect! Thank you again.

Marshall Barton said:
Seems like you want to set the label group header
ForceNewPage to Before Section.

If you no't want a page break between the com header and the
label header, then try using the com header section's Format
event to set the label group header's ForceNewPage to 0 and
the label header section's Print event to set it to 1.
 

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