I have report [rptWORequests] used to process Work Orders for employees. The form I use to enter the information is set up to schedule multiple workers for a specific job on a specific date. Each record in the underlying table contains (among other data) a JobNumber, a WorkOrderDate and the EmployeeNumber/Name of anywhere from 1 to 6 employees, there are six employee fields, [Emp1], [Emp2] etc. Work Orders are printed based on the date the work is to be performed. This all works fine, but right now I can only figure out how to print one work order per job showing the names of each employee scheduled to work on that job on that date. What I really want (and can't figure out how to do) is to print out one work order for each employee scheduled. If three employees were scheduled for this job it would print three work orders, each with the JobNumber, WorkOrderDate and one of the three employee's Name/Number on it.
Is this possible? Any help would be much appreciated!
Is this possible? Any help would be much appreciated!