Printing "Top of Form"

D

David Poisson

Have reports that print specified info by name. I would
like the report to start a new page (top of form) when a
new name comes up.
I am not a programmer so I need very specific answers
 
F

fredg

David said:
Have reports that print specified info by name. I would
like the report to start a new page (top of form) when a
new name comes up.
I am not a programmer so I need very specific answers

In Report Design View, click on
View + Sorting and Grouping
Enter the name field in the top panel.
In the lower panel, select Yes for the Group Header.

Exit the Sorting and grouping dialog.

Display the Group Header property sheet.
Set the ForceNewPage property to Before Group.
 
Top