linked subreport: how can I keep it together?

P

Philip Leduc

I have a report with multiple subreports that might be visible or not and
each one can grow when appropriate (as defined in the on open event of the
report)
How can I make sure that one of the subreports on the bottom of the page
keeps together (meaning not one part on page and the other part on the next
page)

Thank you for your help

Philip
 
J

Joan Wild

Philip Leduc said:
I have a report with multiple subreports that might be visible or not and
each one can grow when appropriate (as defined in the on open event of the
report)
How can I make sure that one of the subreports on the bottom of the page
keeps together (meaning not one part on page and the other part on the
next
page)


Look at the example at
http://support.microsoft.com/default.aspx?scid=kb;en-us;145780
You create artificial groups and place the subreports in the group footers.
You then set the keep together property to yes. It will force a new page if
needed.
 
Top