Sam said:
The report is an application form, and I don't want the fields to be pushed down to another page. If a text box has more infotmation than its size, a new report page should be created with the additional information. I don't want to change the actual application design. For example, experience text box. If it exceeds the textbox size, the additional information should move to a new page.
I think Larry is unavailable for a while so I'll try to deal
with your question.
There is no report feature that could be used to do what
you're asking. If it can be done at all (and I can't see
how), you would have to come up with a tricky query that
calculates two fields that split the long text into pieces.
The one alternative that might get sort of close to the
output you need is to use two fields for the long text. On
your data entry form, use one text box that won't let the
users enter any more text than can fit on the report's first
page and a second text box for the second page's text.
Ugly, but the most I can suggest.