mudstuffin
Technical User
Hello.
I am trying to figure out how the stock level in the products table can be updated when a quantity is entered for a product in the order form. I am playing around with the Northwind database trying to figure it out. Can someone give some code to do this using the details below...?
The details are...
Table containing product details:- Products
contains fields:- ProductId,ProductName,UnitsInStock
The order form:- OrderForm
textboxes:- ProductID,ProductName,QtyOrdered.
Or am I going about this the wrong way...?
Thanks,
mudstuffin.