Keep with next

  • Thread starter Thread starter Lucie C.
  • Start date Start date
L

Lucie C.

I'm doing a report with memo field but when there is not enough room in the
page part of my paragraph switches to the next page. Is there a way to keep
all the paragraph in the same page?

Thanks,



Lucie C.
 
Lucie said:
I'm doing a report with memo field but when there is not enough room in the
page part of my paragraph switches to the next page. Is there a way to keep
all the paragraph in the same page?


Create a group with header and/or footer based on the detail
record's primary key field. Then spread your current detail
section's controls across the group header detail and footer
sections (with the memo text box in its own section). You
can now set each section's KeepTogether property as needed.
 
Back
Top