Z
zoneal
If I've two tables with their values:
cars(carNo,name,color,model,existedquantity) 2-
CustomerOrders(orderNo,carNo,ordered,orderedquantity,orderdate)
I made for each one of them a form by the Windows Form Designer in the
vb.net plate to record data through these forms.
By the way I'm working on an Access db and on the (imports
system.data.oledb provider).
How can I make the( existedquantity) column in the "cars" table
decreases for each ordered car according to the (orderedquantity)
column from the "CustomerOrders"table.
cars(carNo,name,color,model,existedquantity) 2-
CustomerOrders(orderNo,carNo,ordered,orderedquantity,orderdate)
I made for each one of them a form by the Windows Form Designer in the
vb.net plate to record data through these forms.
By the way I'm working on an Access db and on the (imports
system.data.oledb provider).
How can I make the( existedquantity) column in the "cars" table
decreases for each ordered car according to the (orderedquantity)
column from the "CustomerOrders"table.