J
JOE
I think it can be done, but have spent too long. Please help if you
can.
I currently have two tables (Product-Sites and BillOfMaterials).
Product-Sites simply enumerates all of the products a particular site
can store/handle. BillOfMaterials is self-explanatory, as it contains
the product requirements (components) to make the final "group." So,
as output, I want a query to produce each Group a DC can make based on
the products it can store/handle. Here is an example:
Table Product-Sites
Prod Site
P1 S1
P2 S1
P3 S1
P3 S2
P4 S2
P1 S3
P3 S3
Table BillOfMaterials
Component FinalGroup
P1 Grp1
P2 Grp1
P3 Grp2
P4 Grp2
Desired Result:
S1 Grp1
S2 Grp2
Make sense? Any help would be much appreciated. Thank you...
can.
I currently have two tables (Product-Sites and BillOfMaterials).
Product-Sites simply enumerates all of the products a particular site
can store/handle. BillOfMaterials is self-explanatory, as it contains
the product requirements (components) to make the final "group." So,
as output, I want a query to produce each Group a DC can make based on
the products it can store/handle. Here is an example:
Table Product-Sites
Prod Site
P1 S1
P2 S1
P3 S1
P3 S2
P4 S2
P1 S3
P3 S3
Table BillOfMaterials
Component FinalGroup
P1 Grp1
P2 Grp1
P3 Grp2
P4 Grp2
Desired Result:
S1 Grp1
S2 Grp2
Make sense? Any help would be much appreciated. Thank you...