Hello all,
My first post and so my apologies for it being a request for help!
I have 2 tables.
Table 1 contains a list of employees.
Table 2 contains the work shifts.
There are 2 employees per shift, call them 'Person 1' and 'Person 2'.
Employees are referenced by their employee number.
There is a one-to-many relationship between Employee Number and Person 1, and a one-to-many relationship between Employee Number and Person 2.
I would like a form that shows each employee, with a subform showing all shifts they worked.
The problem is that the subform only ever shows the records where the employee was Person 1, never when they were Person 2.
I am sure that I am missing something very simple, but I can't figure it out so any pointers would be very much appreciated!
My first post and so my apologies for it being a request for help!
I have 2 tables.
Table 1 contains a list of employees.
Table 2 contains the work shifts.
There are 2 employees per shift, call them 'Person 1' and 'Person 2'.
Employees are referenced by their employee number.
There is a one-to-many relationship between Employee Number and Person 1, and a one-to-many relationship between Employee Number and Person 2.
I would like a form that shows each employee, with a subform showing all shifts they worked.
The problem is that the subform only ever shows the records where the employee was Person 1, never when they were Person 2.
I am sure that I am missing something very simple, but I can't figure it out so any pointers would be very much appreciated!