H
Huber57
To all, I hope you can shed some light on this for me.
I am using Access 2003.
I have three main tables
1) Project
2) Contractor
3) Service (general contracting, soil testing, architecture, etc)
I have two 'join' tables to create a m:m relationship between Projects and
Contractors and Contractors and Services
a) ProjectContractorJoin
b) ContractorServiceJoin
I would like to be able to create a form where I can select a project, then
select one or more contractors, then select one or more services that each
contractor could offer (and track when they start and end those services). A
form with a subform and then a subform in that one?
My question is, do I need a third join table to track what services are
offered on a project? Essentially, a m:m table connecting the Project Table
with the Service Table with the following fields:
ProjectServiceID (PK)
ProjectName (FK)
ServiceName (FK)
StartDate
EndDate
Any suggestions are greatly appreciated. I can't find much on m:m
structures on the web.
Thanks in advance.
I am using Access 2003.
I have three main tables
1) Project
2) Contractor
3) Service (general contracting, soil testing, architecture, etc)
I have two 'join' tables to create a m:m relationship between Projects and
Contractors and Contractors and Services
a) ProjectContractorJoin
b) ContractorServiceJoin
I would like to be able to create a form where I can select a project, then
select one or more contractors, then select one or more services that each
contractor could offer (and track when they start and end those services). A
form with a subform and then a subform in that one?
My question is, do I need a third join table to track what services are
offered on a project? Essentially, a m:m table connecting the Project Table
with the Service Table with the following fields:
ProjectServiceID (PK)
ProjectName (FK)
ServiceName (FK)
StartDate
EndDate
Any suggestions are greatly appreciated. I can't find much on m:m
structures on the web.
Thanks in advance.