charcurley
Programmer
- Aug 16, 2001
- 29
I would like some help on a report I am trying to create: Here is what I would like to do:
I have a list of Employees.
and there is a list of Jobs to be Completed.
I want to Generate a Report that randomly matches an Employee with a Job. (there are about 10 jobs and 10 employees and over the next 10 weeks these jobs can not be repeated and we would like to run the report weekly or daily). I created an Employee table, a Job table and a table that keeps the job/employee match for future reference. Not sure I'm on the write track. Any help leading me in the right direction would be greatly appreciated!
I have a list of Employees.
and there is a list of Jobs to be Completed.
I want to Generate a Report that randomly matches an Employee with a Job. (there are about 10 jobs and 10 employees and over the next 10 weeks these jobs can not be repeated and we would like to run the report weekly or daily). I created an Employee table, a Job table and a table that keeps the job/employee match for future reference. Not sure I'm on the write track. Any help leading me in the right direction would be greatly appreciated!