My report has an Account Number header section. In the section I have
just static stuff (logo, disclosure, etc.) as well as headers for a
few columns whose data changes with every customer. In the body
section I have the fields that correspond to the headers that I
mentioned above and below that I have my subreport. Neither the
suberport or the main report have any page breaks set up currently. I
have tried placing page breaks everywhere that I though would help,
but nothing doing.
Thanks in advance for your help!
I can't tell what sections you have or what you are getting
in the report. When you are trying to describe a report (or
form), you should use specific terms like detail section,
investment group header/footer, page header/footer, etc.
It's difficult to make out what you have when you just say
header and body.
As a guess, it sounds like you have the investment group's
KeepTogether property set to Whole Group and that is causing
the group header and all the details to be moved to a second
page. If so, try changing it to With First Detail.
--
Marsh
MVP [MS Access]
I am using Access 2003, so I have grp Keep Together on the report and
I have Keep Together on the detail section properties. In the detail
properties I can only select yes or no. Even if I change it to no I
still get the results described above.
Am I stuck without headers for any extra pages that my report makes,
or is there a potential workaround that I am just missing somewhere?
> MVP [MS Access]- Hide quoted text -
>
> - Show quoted text -
The group KeepTogether property is the bottom one in the
Sorting and Grouping window. A section's KeepTogether
property is only for rhat one section. If you have the main
report detail section's KeepTogether property set to Yes,
that will also cause the entire section to go to the next
page when it is too big to fit on the same page as the group
header so I think you remove that setting too.
You can make a group header section appear on each page by
setting its RepeatSection property to Yes.
The blank page at the end is usually caused by setting the
detail (or group footer) section's ForceNewPage property to
After Section, or by a page break control at the bottom ot
the section. You can avoid this if you set the group header
section's ForceNewPage property to Before Section and don't
use the detail (or group footer) property.