K
KK
Hello,
I seem to need to set up 2 relationships between the same 2 tables - which
is forbidden & almost certainly means I'm designing the tables wrongly.
The 2 tables concerned are the 'managers' and 'staff' tables. Our staff have
2 managers, ie a line manager and a project manager.
Table 'managers' has fields such as manager_ID, name, etc etc. The 'staff'
table has fields such as staff_ID, name, etc, etc, linemanager_ID,
projectmanager_ID.
I want a query to show members of staff with both their managers names. I
can set up a relationship between manager_ID and linemanager_ID OK, but I
can't then relate manager_ID with projectmanager_ID. I think I'm
misunderstanding something fundamental.
Thanks for all help
KK
I seem to need to set up 2 relationships between the same 2 tables - which
is forbidden & almost certainly means I'm designing the tables wrongly.
The 2 tables concerned are the 'managers' and 'staff' tables. Our staff have
2 managers, ie a line manager and a project manager.
Table 'managers' has fields such as manager_ID, name, etc etc. The 'staff'
table has fields such as staff_ID, name, etc, etc, linemanager_ID,
projectmanager_ID.
I want a query to show members of staff with both their managers names. I
can set up a relationship between manager_ID and linemanager_ID OK, but I
can't then relate manager_ID with projectmanager_ID. I think I'm
misunderstanding something fundamental.
Thanks for all help
KK