I have created a sales order form which pulls information from a inventory table. With each stock item entered on the sales order I have created a command button that subtracts the quantity ordered from the qty on hand in the inventory table.
My problem is that I want to keep the user from subtracting the qty more than once. Is there a If...then statement I can use to do this or is there a better way to handle this situation.?
Any help would be greatly appreciated.
My problem is that I want to keep the user from subtracting the qty more than once. Is there a If...then statement I can use to do this or is there a better way to handle this situation.?
Any help would be greatly appreciated.