Suppose you have 2 tables: JOBS (job_id, job_name),
EMPLOYEES (emp_id, emp_name, emp_hire_date, emp_job1_id, emp_job2_id, emp_job3_id)
Suppose also you have an EMPLOYEE single form where you edit current employee
To see all employees selected particular job (identified by job_id) is this...