I have 3 tables. One is a Inventory
STOCK_CODE/DESCRIPTION (LOOKUP FIELD)/ LOCATION/ NO OF BOXES/BOX QTY/QTY (CALCULATED NO OF BOXES * BOX QTY.
the others are Stock_In and Stock_Out.
The user opens either Stock_In or Stock_Out, inputs the Stock_Codes received, No of Boxes & Qty per Box and presses a Save button. I would like the calculated Qty field in this table to update the Qty in the Inventory table. Obviously either subtract in the case of Stock_Out and add or append in the case of Stock_In.
Any help appreciated
STOCK_CODE/DESCRIPTION (LOOKUP FIELD)/ LOCATION/ NO OF BOXES/BOX QTY/QTY (CALCULATED NO OF BOXES * BOX QTY.
the others are Stock_In and Stock_Out.
The user opens either Stock_In or Stock_Out, inputs the Stock_Codes received, No of Boxes & Qty per Box and presses a Save button. I would like the calculated Qty field in this table to update the Qty in the Inventory table. Obviously either subtract in the case of Stock_Out and add or append in the case of Stock_In.
Any help appreciated