J
John
I have a database in two halves. the tables on one side hold transaction
details and the tables on the other side hold address, phone number and
email. The two tables in the middle hold entities "Companies" and "People".
Any of the Companies or any of the people can be suppliers or customers.
Three tables from the transaction side (tblJobCard, tblGoodsIn, and
tblPayments) need to relate to the entity (ie company or person) that is
buying or supplying or paying.
Each Company and person needs a relationship to address, phone and email.
Any suggestions for the correct way to do this, one big junction table?
John
details and the tables on the other side hold address, phone number and
email. The two tables in the middle hold entities "Companies" and "People".
Any of the Companies or any of the people can be suppliers or customers.
Three tables from the transaction side (tblJobCard, tblGoodsIn, and
tblPayments) need to relate to the entity (ie company or person) that is
buying or supplying or paying.
Each Company and person needs a relationship to address, phone and email.
Any suggestions for the correct way to do this, one big junction table?
John