Hi all!
I have a table (tblBOM) that contains bill-of-materials information for a bunch of subassemblies.
The BOM table looks something like this (simplified version):
parentPtnr / childPtnr / qty_ofChild_perParent
I need to be able to compare programatically all pairwise combinations of subassembly bills-of-materials and identify the % probability of bill-of-materials match.
The % probability match could be a function of childPtnr count per parent subassembly, and quantities count of child per parent.
Any help/suggestions would be greatly appreciated.
Cheers!
The output table would look something like:
parentPtnr A / parentPtnr B / probability match Z%
Good luck,
Kuzz
"Time spent debating the impossible subtracts from the time during which you
can try to accomplish it."
I have a table (tblBOM) that contains bill-of-materials information for a bunch of subassemblies.
The BOM table looks something like this (simplified version):
parentPtnr / childPtnr / qty_ofChild_perParent
I need to be able to compare programatically all pairwise combinations of subassembly bills-of-materials and identify the % probability of bill-of-materials match.
The % probability match could be a function of childPtnr count per parent subassembly, and quantities count of child per parent.
Any help/suggestions would be greatly appreciated.
Cheers!
The output table would look something like:
parentPtnr A / parentPtnr B / probability match Z%
Good luck,
Kuzz
"Time spent debating the impossible subtracts from the time during which you
can try to accomplish it."