bluetaurean
Member
I have two tables like
1st table - to make a produce i need components a, b,c
Item;Qty
a;5
b;2
c;4
In turn component c needs another 3 items aa;ab;ac
2nd table
c;aa;2
c;ab;3
c;aa;4
I need to combine the two tables to get the total components needed like
a;5
b;2
aa;8
ab;12
aa;16
1st table - to make a produce i need components a, b,c
Item;Qty
a;5
b;2
c;4
In turn component c needs another 3 items aa;ab;ac
2nd table
c;aa;2
c;ab;3
c;aa;4
I need to combine the two tables to get the total components needed like
a;5
b;2
aa;8
ab;12
aa;16