Limiting Report to one page per employee

  • Thread starter Thread starter Jason via AccessMonster.com
  • Start date Start date
J

Jason via AccessMonster.com

Thanks to everyone who helped me in the queries discussions I have moved on
to my next problem. I am trying to create a report based on the query I
created. It contains up to four lines per employee by quater. I am trying to
create a one page report per employee that shows each set of data by qtr. The
wizard does a fairly good job of that but doesn't limit it to one page per
employee. Any suggestions. Thank you Jason
 
Jason,

I assume your report has an Employee Footer or EmployeeID Footer section
or some such? If not, you should establish one via the report's Sorting
& Grouping facility. Go to the Properties for this report section, and
set the Force New Page property to "After Section".
 
Back
Top