Not quite sure how to describe everything, but I've got a report called Special Event Report Sheet. On this sheet are all of the names of employees that are working an event, and the hours they are scheduled, as well as a bunch of other information. When this report is brought up, it is always brought up in Print Preview mode, with the button to print popping up as well.
I want to add a second page to this report, that has all of the phone numbers of all of the employees who are scheduled to work the specific event.
All of the information for the SERS is currently pulled from frmEvent, and the information I need would be pulled from the "Primary Phone" column of tblEmployee. If Primary Phone is null, then it would pull from the "Cellular Phone" column.
I don't have any idea how to do this. I know that it would have to cross-reference frmEvent to know which employees to pull the information from off of the table, but that's about all I know. I don't even know how to add a page to the report.
Any help would be greatly appreciated.
Thanks.