Print each record, group, or section on a separate page on a form or report
	- Open the form in Design view or the report in Design view.
 
 
- Double-click the section selector to open the property sheet. 
 
 
- Set the ForceNewPage property of the section to one of the following settings:
	- None. (Default) Prints the section on the current page. 
 
 
- Before Section. Prints the section at the top of a new page.
 
 
- After Section. Prints the following section at the top of a new page.
 
 
- Before & After. Prints the section at the top of a new page, and prints the following section at the top of a new page.
 
Notes
	- The ForceNewPage property is available for all sections except page headers and footers.
 
 
- To print each record on a separate page, set the ForceNewPage property of the detail section to After Section. To print each group on a separate page, set the ForceNewPage property of the group header to Before Section or the ForceNewPage property of the group footer to After Section.