View Full Version : Updating data in another table upon order


trn566s
04-16-2001, 05:58 PM
I need to update a field for units in stock in a Products form after a customer orders a certain product(s) from an orders form, subtracting the quantity of the item ordered from the units in stock field for that item in the Products table so it is known how many of that item are available.

Rich
04-16-2001, 10:24 PM
Use a query to return the units on hand base the form on the query, or put a calculated expression on your form, storing quantity on hand in a table is not recommended.