Ok I have a table of clients, and each client will have 2 employees of differing types assigned to them. I had hoped to combine all employees into one table, assign them differnet titles in the employee table by way of combo box and then have the appropriate fields in the client table only show employees of that corresponding type.
The problem is I can create one 1-to-many relationship from the primary key of the employee table, but I cannot create 2 and have the queries work properly.
I suppose I could break the tables apart, but the table has other uses that require it to be combined. Any suggestions, workarounds?
The problem is I can create one 1-to-many relationship from the primary key of the employee table, but I cannot create 2 and have the queries work properly.
I suppose I could break the tables apart, but the table has other uses that require it to be combined. Any suggestions, workarounds?