>I have a report detail section with several "can grow" text boxes. As such
>the detail section can vary from being able to fit two to a page through one
[quoted text clipped - 3 lines]
>number boxes at top and bottom of the section with the isvisible property of
>the page break but wondered if there is any other easier method
Thanks for the reply
I perhaps didn't explain very clearly
In each case (detail sextion) there are going to be the same text boxes
though possibly of varying heights due to the "can grow" option. What I
would like to try to achieve for aesthetic layout purposes is that where a
record flows over onto a second page is to insert a page break so that the
following record then starts at the top of the next page rather than perhaps
¼ of the way down the current page.
This was why I'd hoped to use a comparison of "page number" between the top
and bottom of the detail section and have a conditional page break if they
were not the same.
Something along the lines of
If page number (top of section) not equal to page number (bottom of section)
then page break is visible
Is this sort of thing possible?
Thanks
Richard
> >I have a report detail section with several "can grow" text boxes. As such
> >the detail section can vary from being able to fit two to a page through one
[quoted text clipped - 15 lines]
> appropriate controls to their own section and set the
> section's KeepTogether property to Yes.
Marshall Barton - 19 Dec 2007 06:24 GMT
Maybe I'm just not getting it, but the way I am reading your
objective, I don't see how a detail fitting on one page or
needing two pages has anything to do with the esthetics.
Won't you have the same issue if a detail only uses 1/3 of a
page?
If all you want to do is make sure the section is not split
across a page boundary, then just set the detail section's
KeepTogether property to Yes. OTOH, maybe you want every
detail to start on a new page. If so, set the detail
section's ForceNewPage property to Before Section.

Signature
Marsh
MVP [MS Access]
>I perhaps didn't explain very clearly
>In each case (detail sextion) there are going to be the same text boxes
[quoted text clipped - 29 lines]
>> appropriate controls to their own section and set the
>> section's KeepTogether property to Yes.