L
Lerato
I have 2 tables, stock and transactions. i want to subtract the value antered
on the form from the UnitsInStock value on the stock table.
how do i get the value from the form.
Currently my query reads;
UPDATE Stock SET UnitsInStock = UnitsInStock-Forms!FrmTransactions!NumOfUnits
WHERE ProductName=forms!FrmTransactions!ProdName;
on the form from the UnitsInStock value on the stock table.
how do i get the value from the form.
Currently my query reads;
UPDATE Stock SET UnitsInStock = UnitsInStock-Forms!FrmTransactions!NumOfUnits
WHERE ProductName=forms!FrmTransactions!ProdName;