If I've two tables with their values:
cars(carNo,name ,color,model,ex istedquantity) 2-
CustomerOrders( orderNo,carNo,o rdered,orderedq uantity,orderda te)
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.ole db provider).
How can I make the( existedquantity ) column in the "cars" table
decreases for each ordered car according to the (orderedquantit y)
column from the "CustomerOrders "table.
cars(carNo,name ,color,model,ex istedquantity) 2-
CustomerOrders( orderNo,carNo,o rdered,orderedq uantity,orderda te)
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.ole db provider).
How can I make the( existedquantity ) column in the "cars" table
decreases for each ordered car according to the (orderedquantit y)
column from the "CustomerOrders "table.
Comment