Separating Information by pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've got a report sorted by variable x. for each new value of x, i want the
information to display on a new page. for example, if the records where x=1
are on pages 1 - 5, I want the records where x=2 to start on page 6. Can
anyone help? Thanks!
 
Rush said:
I've got a report sorted by variable x. for each new value of x, i want the
information to display on a new page. for example, if the records where x=1
are on pages 1 - 5, I want the records where x=2 to start on page 6.


Use the report's Sorting and Grouping window (View menu) to
specify a group with header. 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

Back
Top