I have a table listing persons linked to another table showing tasks. I'm trying to show the remaining tasks a person needs to do.
Example: These two tables are linked
- Table 1: a list of 100 people
- Table 2: a list of 34 tasks to be done by each person
Each time a person competes a task I link them to the task, so Bob will have 2 tasks done (linked to his record), but Mary will have 30 of the 34 tasks.
It is easy to see how many tasks each person has done, but it is hard to see which ones remain. How do I go about doing this?
Example goal: Mary: 4 tasks remaining, which are W X Y Z