How to prevent master/detail split across pages

A

Atlas

Is there a simple way to force a page break only when master/detail data
will be split across pages?
Access 2003, .adp project

Thanks
 
M

Marshall Barton

Atlas said:
Is there a simple way to force a page break only when master/detail data
will be split across pages?
Access 2003, .adp project


If by master, you mean a group header, then just set the
grouplevel's (not the section's) KeepTogether property to
Whole Group
 
Top