hello,
i have an employee table with employee id as primary key and a function field, and a client table with 3 foreign keys (helpdesk employee, account manager, production employee), so each client has these 3 employee types assigned.
In the relationships window , I have 3 times the employees table with each a one to many relationship to the client table.
To represent hte fact that for example an account manager cannott be assigned in the helpdesk employee field, I defined a query as row source in the foreign key field. Is this the correct way to represent this kind of relationships or should I create three distinct employees tables ?
i have an employee table with employee id as primary key and a function field, and a client table with 3 foreign keys (helpdesk employee, account manager, production employee), so each client has these 3 employee types assigned.
In the relationships window , I have 3 times the employees table with each a one to many relationship to the client table.
To represent hte fact that for example an account manager cannott be assigned in the helpdesk employee field, I defined a query as row source in the foreign key field. Is this the correct way to represent this kind of relationships or should I create three distinct employees tables ?