I want to make a program that when,
I enter a value into a text box. VB retains that value and
when I enter another number again into the same text box, it takes the previous value that it had retain and add it to the new value that is inputed into the text box, save the new total and keep adding to the input values.
Basically, it retain a value, add the retain value to new
value,save that value, add it to new value,...and so on...
How do I make this ? help!Thankx in advance