H
HubbyMax
I have a problem with my UnitsInStock value.
1- Req4 form contains an entry field for QuantityIssued
2- Products2 table that contains the UnitsInStock value.
3- Req4 table contains Request detail data
The forms record source is a query that joins the 2 tables using a product
number.
As it is now the user must manualy change the UnitsInStock on the form by
substracting the QuantityIssued from the current UnitsInStock. I want the
UnitsInStock to update itself after the QuantityIssued is entered. I have
tried AfterUpdate code and expressions with no luck.
1- Req4 form contains an entry field for QuantityIssued
2- Products2 table that contains the UnitsInStock value.
3- Req4 table contains Request detail data
The forms record source is a query that joins the 2 tables using a product
number.
As it is now the user must manualy change the UnitsInStock on the form by
substracting the QuantityIssued from the current UnitsInStock. I want the
UnitsInStock to update itself after the QuantityIssued is entered. I have
tried AfterUpdate code and expressions with no luck.