Aerowolf
Programmer
- Nov 6, 2002
- 64
Seeing as how the search system is down for maintenance and I can't check to see if this topic has already come up I'm going to ask about it.
I have the following tables:
tblParts & tblBOM
tblParts contains the fields PartID & Description
tblBOM contains PartID, SubPartID, & Qty
What I want to do is create a report that will show a "nested" bill of materials as follows:
PartID Description
SubPartID Description
SubPartID Description
SubPartID Description
SubPartID Description
SubPartID Description
As you can see any subpartid off the main part could have subparts of its own.
Any suggestions?
Thanks
Edwin
I have the following tables:
tblParts & tblBOM
tblParts contains the fields PartID & Description
tblBOM contains PartID, SubPartID, & Qty
What I want to do is create a report that will show a "nested" bill of materials as follows:
PartID Description
SubPartID Description
SubPartID Description
SubPartID Description
SubPartID Description
SubPartID Description
As you can see any subpartid off the main part could have subparts of its own.
Any suggestions?
Thanks
Edwin