I have two reports that I need to create. The first report totals the number of items that each employee within a department has processed for senior citizens. The second report totals the number of items that each employee within a department has processed for everyone else (The second database query requires a UNION clause to extract all records.) There is a page break on the group header 1 DepartmentID.
Is there a way to print both reports on the same page if the DepartmentID is the same?
Is there a way to print both reports on the same page if the DepartmentID is the same?