G
Guest
Hey, I have a table called register which contains the following fields, [barcode] , [desciption], [price] , [quantity]
I add a barcode from another table called stock. The two tables have identicall barcode, description except from quantity but whenever i put a barcode in the register table along with its quantity and i save the record, i want the quantity of the same barcode to reduce the quantity in the stock table. How may i achieve this?
I add a barcode from another table called stock. The two tables have identicall barcode, description except from quantity but whenever i put a barcode in the register table along with its quantity and i save the record, i want the quantity of the same barcode to reduce the quantity in the stock table. How may i achieve this?