E
Elizabeth
I am trying to figure out the best way to set up a relationship. I have a
table that has job information (ID, address, dates, etc.). I also have a
table set up with tracking codes (electrical, mechanical, plumbing, etc.) and
a third table set up for vendors. I need to list all vendors for each
tracking code for each job.
I'm pretty sure that I need a join table, but I can not figure out how to
accomplish this without creating redundancies. Each job will use every
tracking code, but the vendors will not always be the same for each job and
some vendors belong with multiple tracking codes.
Thanks for any help you can give!
Elizabeth
table that has job information (ID, address, dates, etc.). I also have a
table set up with tracking codes (electrical, mechanical, plumbing, etc.) and
a third table set up for vendors. I need to list all vendors for each
tracking code for each job.
I'm pretty sure that I need a join table, but I can not figure out how to
accomplish this without creating redundancies. Each job will use every
tracking code, but the vendors will not always be the same for each job and
some vendors belong with multiple tracking codes.
Thanks for any help you can give!
Elizabeth