G
Guest
I have a form for order entry (based on NW MDB). It allows for "Quantity" of
each item of the order. I want to update the balance in the underlying
product table to reflect the "reduction" of "UnitsInStock" based on the order
entry.
Currently, the "Products" table is pulled into the equation by a query. I
assume that I can enter a "formula" in the query that will perform the above
function but have no clue what that formula would look like except that the
results should basically be: "UnitsInStock = [UnitsInStock]-[Quantity]"
each item of the order. I want to update the balance in the underlying
product table to reflect the "reduction" of "UnitsInStock" based on the order
entry.
Currently, the "Products" table is pulled into the equation by a query. I
assume that I can enter a "formula" in the query that will perform the above
function but have no clue what that formula would look like except that the
results should basically be: "UnitsInStock = [UnitsInStock]-[Quantity]"