sansangtracao
Technical User
I have a table with "Employee Name" field, I have another table with "Customer" field. 1 Employee can handle 2 Customer, on the other hand, 2 Employees can share 1 Customer (in a special case). Question: how to handle this problem with table and relationship ? By the way, Employee and Customer in both tables are indexed and cannot be duplicate. Thanks