many-to-many [message #766] |
Thu, 12 April 2007 15:56 |
interop
Messages: 45 Registered: October 2006
|
Member |
|
|
I have a few many-to-many relationships defined as follows:
employee -> employee_address <- address
company -> company_address <- address
contact -> contact_address <- address
Displaying this information with list2 is not a problem but adding a new address to an employee, company, or contact is cumbersome because the address table contains approximately 5000 rows.
Is there a way to make this situation easier within the framework or possibly a better schema design?
|
|
|