I have a similar dilemma. The detail CAN shrink and grow to various lengths,
but I'd like to be able to carry over at least some detail to the footer at
the end of the report (a group footer). Is there a way for my report to put
some detail on the next page along with the header and footer that I'm trying
to "pad out"
Also I'm having some problems getting the "Continued" line to work when the
detail JUST fills page 1 of the report. I'm using the group footer and an IIF
[Page]>1 statement. It seems to work fine when there's a clear break of
detail, but when the detail ends on page 1 and causes the footer to break to
the next page then I miss the "Continued" line on page 1 and also the
"Continued from" line on page 2, which is coded in the Page Header as follows:
IIf([Page]=1,"",IIf([Page]<>2,"Continued from previous page"))
I'd appreciate any help.
Marshall Barton said:
Only if the detail and group footer sections can not grow.
If you know the size of those sections, then you can compare
the last detail's Report.Top value to the position on the
page. If it's too far down the page for both sections to
fit, make a page break control at the top edge of the detail
visible.