bricklebrit
Technical User
On a subform [orderDetails], I'm attempting to create a system to keep track of stock of items.
My values are:
[seriesTitle] is product name from the [OrderDetails] field
[unitsInStock] is the number of current items in stock stored in the [products] field
In a form, after I enter the value for [seriesTitle] for the product entry, I would like the value [unitsInStock] from the field [Products] to subtract one from itself (unitsInStock=UnitsInStock - 1) and display this value in the same subform.
Is there a simple expression that will achieve this?
Thanks in advance for any help!
Jon
My values are:
[seriesTitle] is product name from the [OrderDetails] field
[unitsInStock] is the number of current items in stock stored in the [products] field
In a form, after I enter the value for [seriesTitle] for the product entry, I would like the value [unitsInStock] from the field [Products] to subtract one from itself (unitsInStock=UnitsInStock - 1) and display this value in the same subform.
Is there a simple expression that will achieve this?
Thanks in advance for any help!
Jon