New page based on value

G

Guest

How can I force a new page return in a report based on the value of [Owner]?
[Owner] is from 1 to 22. What I would like to do is make sure the owner only
gets his information, so when [Owner] changes I need to issue a new page
return so the next owner starts at the top of a new page instead of being
mixed with the previous owner's information.

Thanks.
 
M

Marshall Barton

Rod said:
How can I force a new page return in a report based on the value of [Owner]?
[Owner] is from 1 to 22. What I would like to do is make sure the owner only
gets his information, so when [Owner] changes I need to issue a new page
return so the next owner starts at the top of a new page instead of being
mixed with the previous owner's information.


Use Sorting and Grouping to specify a group with header on
the pwner field. Then set the group header section's
ForceNewPage property to Before Section
 
G

Guest

Excellent!

Marshall Barton said:
Rod said:
How can I force a new page return in a report based on the value of [Owner]?
[Owner] is from 1 to 22. What I would like to do is make sure the owner only
gets his information, so when [Owner] changes I need to issue a new page
return so the next owner starts at the top of a new page instead of being
mixed with the previous owner's information.


Use Sorting and Grouping to specify a group with header on
the pwner field. Then set the group header section's
ForceNewPage property to Before Section
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top