I have two tables. the first is a table of names, the second is a table of jobs that need to be done. I need to develop a job list that assigns a job to each person and then rotates the jobs every month so that everyone gets a new job each month. there are 7 people and 7 jobs. Each person has exactly one job and always has one job.
I'm inclined to think that a query is the answer here, but I'm not sure how to approach it. If anyone has any suggestions on a good way to go about developing something like this, it would be greatly appreciated.
Thank you![]()