W
wj8801
I have two fields currentQuantity and orderQuantity.
currentQuantity holds the current quantity for a particular item
orderQuantity holds the quantity for an order about to be taken
What I'm having trouble with is decrementing the current quantity
after an order is made I think I need to do a dynamic SQL statement
but I'm not sure how, any help would be appreciated.
Thanks
Jase
currentQuantity holds the current quantity for a particular item
orderQuantity holds the quantity for an order about to be taken
What I'm having trouble with is decrementing the current quantity
after an order is made I think I need to do a dynamic SQL statement
but I'm not sure how, any help would be appreciated.
Thanks
Jase