I have a textbox that is use to enter a qty of items that has been completed there are three other text boxes ; the qty needed, the qty still needed and the last one that calculate if there were more items made.
My question is, on the one that I use to put how many items are been made; I want to be able to enter a number add the number that is already there but It seems like I am going blank can not make it work.
eg;
QTY QTY COMPL STILL NEEDED REMAKES
10 2 8 0
So if I enter 5 where the 2 is I want to change to 7 I have code on the after update that will change the "STILL NEEDED" AND "REMAKES"
I would appreciated any help.
My question is, on the one that I use to put how many items are been made; I want to be able to enter a number add the number that is already there but It seems like I am going blank can not make it work.
eg;
QTY QTY COMPL STILL NEEDED REMAKES
10 2 8 0
So if I enter 5 where the 2 is I want to change to 7 I have code on the after update that will change the "STILL NEEDED" AND "REMAKES"
I would appreciated any help.