David Trickett
03-29-2003, 04:47 AM
I have a report based on an individual record containing amongst other things a number of memo fields which can contain a large amount of text - or none. So the report can be anything from 1 to several pages long depending on the verbosity of the user!
I have built a report which contains all these fields as text boxes (all set as can grow & can shrink), with the attached labels above each box. This works fine, but when printing (or previewing) the label can become detached from its text box which moves to the next page.
Is there any way I can force the label to remain attached to its box - ie by forcing a page break before the label?
The extreme case is where a text box is too big for one page - it would be nice to be able to repeat the attached label at the top of the next page.
The whole thing has to be quite dynamic since each of these boxes can contain any amount of text.
Any ideas (a VBA answer is fine)?
Thank you.
David Trickett
I have built a report which contains all these fields as text boxes (all set as can grow & can shrink), with the attached labels above each box. This works fine, but when printing (or previewing) the label can become detached from its text box which moves to the next page.
Is there any way I can force the label to remain attached to its box - ie by forcing a page break before the label?
The extreme case is where a text box is too big for one page - it would be nice to be able to repeat the attached label at the top of the next page.
The whole thing has to be quite dynamic since each of these boxes can contain any amount of text.
Any ideas (a VBA answer is fine)?
Thank you.
David Trickett