Running a Report by Employee Name

galvinjaf

Registered User.
Local time
Today, 10:27
Joined
Jan 5, 2016
Messages
108
I have a report which is based off of a query that returns 5 small forms (phone call review forms) per Employee per pay period. So when I run the report, I'm prompted to enter a pay period, which then returns all phone call reviews by operator for that particular pay period. Usually there are 5 phone calls per Employee, but sometimes there are only 3 or 4.

When I print the report, I only want one employees 5 phone call review forms for that one page. If the employee only had 3 calls that were reviewed, then I only want that employees calls on that one page, and the next employees calls on the next page.

How can I tell the report that I want the same employees call reviews to print out on one page each? This way I can distribute them to each employee on one nice sheet of paper.
 
A report section has a Force New Page property. I haven't used this much, but it's where I'd start looking. So if you are grouping by Employee, you can add a footer to that group, and then ForceNewPage after that section.
 
With your direction, I figured it out. Thank you AGAIN!
 

Users who are viewing this thread

Back
Top Bottom