Hi,
I have two tables - one that has projects with tasks and one that has employess. Each task field from the different projects is linked to the employee table. When I want to assign an employee to a task, I link the employee record to the task in the tasks table. This works fine.
However, when I go to the employee table, I want to see a list of all the tasks assigned to each employee.
How do I make it show up automatically?