page breaks in reports

  • Thread starter Thread starter ronmalt
  • Start date Start date
R

ronmalt

I have a report based on a query that totals deliveries for each
customer. For example customer Bob Smith delivers x bs. of #1 grade
product, x lbs. of #2 grade product, and so on. My query sums the lbs.
of each grade delivered for each customer. I am trying to make a report
based on each customers totals something like this:
Bob Smith
#1 324,400lbs.
#2 255,500lbs.
#3 115,520lbs.
All that info is in the query. When I make my report it wants to print
a page for each grade.
It will print the name and the first grade on one page then print no
name and the second grade and weight on the next page, and so on. I'm
sure I'm missing something simple but can't figure it out. Any help
would be appreciated.

rkg
 
Use the Report's Sorting and Group to group by the [Grade #] and in the
Group Header for the [Grade #], set the "Force New Page" Property to "Before
Section".
 
Back
Top