i have tbl_A that list out the open order detail. tbl_B contain the detail of a package. I have join this table using query,Old Item Code as the key and make tbl_C. 1 Old Item Code could have more than one open order.
Let say i have package 1, Old Item Code = acb, TotalQty = 300
when i join...