force new page

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

Guest

i have a table that lists job details called 'jobs'

fields: job no, description, department, date

Each job number can visit more than one department.

I need to print a report that uses the 'job no' as the grouping. the page
then needs to display all the departments along side the date under the job
number.

I have managed to do that but I need it to start a new page for the next job
number. How do you get it to do that?

thanks chris
 
There is a property in your group header that says "force new page". Set
that to before or after.
 
Back
Top