IvanWeiss
6 years agoQrew Captain
Multiple Relationships between tables
So currently I have a Projects table and a Company table. A company has many projects. I also have an offices table and each Company has many offices. I need to also store billing and shipping information. I am torn on making these free form fields or relationships. I think a relationship is the right way to go....
So do I create another relationship between Companies and Projects since it is independent of the initial link or should I create a many to many relationship? I think I create multiple relationships... One for the Project to Company primary relationship, another one to many for the bill to and another one to many for the ship to....
Thoughts on that?
------------------------------
Ivan Weiss
------------------------------
So do I create another relationship between Companies and Projects since it is independent of the initial link or should I create a many to many relationship? I think I create multiple relationships... One for the Project to Company primary relationship, another one to many for the bill to and another one to many for the ship to....
Thoughts on that?
------------------------------
Ivan Weiss
------------------------------