Page Break Control

M

Max Moor

Hi All,
I have a report with a page break mark in the detail section. It
consists of a set of 6 dots. Sound familiar to anyone? Stupid as this
sounds, I haven't the slightest idea where it came from.

- Max
 
A

Allen Browne

If you don't want the control, select and delete it.

The Page Break control is in the Toolbox, so it is easy to end up with one.

It is there mostly for compatibility with earlier versions of Access, but
occassionally, it is useful. You can programmatically toggle its Visible
property to force a page break. For example, if you have a Detail section
that Can Grow, but you don't want to start a new section if you are a
certain distance down the page, even if it will fit, then you can examine
the Top property of the Report in the Format event of the Detail section,
and set the Page Break's Visible property to True to force a page break.
 
M

Max Moor

The Page Break control is in the Toolbox, so it is easy to end up with
one.


You're right. sigh I looked there, but by some miracle, I managed to miss
that one button I guess. Late night stupids maybe.

Thanks Allen,

Max
 
Top