B
Bill R via AccessMonster.com
I have 3 tables which are in a many-many-many relationship:
tblMSDSs - a table of Material Safety Data Sheets which describe the
chemicals in a compound
tblSuppliers - a table of manufactureres of a product containing compounds
made which require MSDSs
tblSpecs - a table of Military Specifications
and 1 table to which I must join several MSDSs:
tblParts - a table of parts in which the Spec/Supplier/MSDSs are used.
The specs are satisfied differently by different suppliers.
Consequently, the different formulae require different MSDSs reflecting their
different chemical makeup
The fly in the ointment is that, unexpectedly, the MSDSs may have many
suppliers for the same spec.
So any combination of any 2 PKs will join with many instances of the
remaining key.
My client wants to have a form in which he can choose a spec from a combo box,
have that result filter the supplier combo box, and have the selection from
both supplier and spec combo boxes return a list of MSDSs, and somehow have
all of this joined to a part.
It's confusing enough with all the data in front of me. I don't know that
anyone will be able to help me with this, but I hope one of you might take a
crack at it.
Thanks
tblMSDSs - a table of Material Safety Data Sheets which describe the
chemicals in a compound
tblSuppliers - a table of manufactureres of a product containing compounds
made which require MSDSs
tblSpecs - a table of Military Specifications
and 1 table to which I must join several MSDSs:
tblParts - a table of parts in which the Spec/Supplier/MSDSs are used.
The specs are satisfied differently by different suppliers.
Consequently, the different formulae require different MSDSs reflecting their
different chemical makeup
The fly in the ointment is that, unexpectedly, the MSDSs may have many
suppliers for the same spec.
So any combination of any 2 PKs will join with many instances of the
remaining key.
My client wants to have a form in which he can choose a spec from a combo box,
have that result filter the supplier combo box, and have the selection from
both supplier and spec combo boxes return a list of MSDSs, and somehow have
all of this joined to a part.
It's confusing enough with all the data in front of me. I don't know that
anyone will be able to help me with this, but I hope one of you might take a
crack at it.
Thanks