Ok I have a series of tables structured like this: --->=1 to many
Service Managers----->Clients-------> Service Received-----> Service Log
However, each client can also have a Case Manager. Usually I'd just make another table for them and create another 1-to-many for that field, but heres the rub: The SERVICE LOG table will have a PROVIDED BY field that will draw from a list of Service Managers and Case Managers, as either one of the two can provide a service. Therefore, I need the 2 types of personnel in one table right? I tried combining the list and adding a TITLE field to discriminate SERVICE MANAGERS from CASE MANAGERS, but am unable to come up with a method that will only display the correctly titled person in the applicable CLIENTS table field.
Thanks in Advance,
Ox
Service Managers----->Clients-------> Service Received-----> Service Log
However, each client can also have a Case Manager. Usually I'd just make another table for them and create another 1-to-many for that field, but heres the rub: The SERVICE LOG table will have a PROVIDED BY field that will draw from a list of Service Managers and Case Managers, as either one of the two can provide a service. Therefore, I need the 2 types of personnel in one table right? I tried combining the list and adding a TITLE field to discriminate SERVICE MANAGERS from CASE MANAGERS, but am unable to come up with a method that will only display the correctly titled person in the applicable CLIENTS table field.
Thanks in Advance,
Ox