Subreport printing problem

D

Dave Evans

I have a small sub-report in my report.

I want it so that if there is not enough room left on the page for it to
print, for the whole sub-report to print out on a new page.

Any ideas - I've played around with Keep Together properties - but to no
avail.

Thanks in advance.
 
A

Allen Browne

Place the subreport in a section of its own.

1. Open the main report in design view.

2. Open the Sorting'n'Grouping dialog (View menu).

3. Choose a suitable field (e.g. the primarykey), in the upper pane of the
dialog, and in the lower pane set Group Footer to Yes.

4. Move the subreport into this section.

5. Set the section's Keep Together property to Yes.
 
Top