R
roystonteo via AccessMonster.com
Dear Mentors,
I have 2 tables right now.
The Tbl_Bom: Finishgoodpartno, Rawmaterialpartno, QuantityRequire
The Tbl_Delivery: Finishgoodpartno, QuantityOut
I have the query call delivery, this query will total up the quantityOut in
the Tbl_Delivery.
I have the total Out quantity finish goods. How do i multiply the Total Out
Quantity with the Tbl_Bom?
I believe i will have to cross reference the Tbl_Delivery.Finishgoodpartno
and Tbl_Bom.Finishgoodpartno.
What is the query for multiplication?
My Bom only has 2 level, which means all raw material are purchased from
vendors. So i believe i do not need to use nested loops.
Which means:
Finishgoodpartno / Rawmaterialpartno / QuantityRequire
AAA XXXX 1
AAA ZZZZ 2
CCC XXXX 1
Hope somebody can help me on this.
I have 2 tables right now.
The Tbl_Bom: Finishgoodpartno, Rawmaterialpartno, QuantityRequire
The Tbl_Delivery: Finishgoodpartno, QuantityOut
I have the query call delivery, this query will total up the quantityOut in
the Tbl_Delivery.
I have the total Out quantity finish goods. How do i multiply the Total Out
Quantity with the Tbl_Bom?
I believe i will have to cross reference the Tbl_Delivery.Finishgoodpartno
and Tbl_Bom.Finishgoodpartno.
What is the query for multiplication?
My Bom only has 2 level, which means all raw material are purchased from
vendors. So i believe i do not need to use nested loops.
Which means:
Finishgoodpartno / Rawmaterialpartno / QuantityRequire
AAA XXXX 1
AAA ZZZZ 2
CCC XXXX 1
Hope somebody can help me on this.