I have a Parts Table with parts numbers and additional information also I have a subform linked to a Purchase orders table.
On the Purchase orders table I have a column Quantity which is the quantity order on that specific PO.
Now what I am trying to do is calculate the Below stock Level Qty field which is in the Parts Table
by the following formula: Below stock Level Qty = Recommended stock level - (Quantity on Hand + the total quantity of pcs ordered in all the PO's from Purchase Orders table which in this case will be "3")
how do I capture the value of the total from column Quantity on the Purchase Orders table to use it in the formula?
I appreciate any help provided!