M
Michael
I have two text boxes on a form which contain amounts in
Currency format. I would like to make two buttons ("+"
and "-" button)near the second text box. They should work
as follows:
When one presses "+" button the value of the TextBox1
decreases by 1 and the value of TextBox2 increases by 1.
When one presses "-" button the value of the TextBox1
increases by 1 and the value of TextBox2 decreases by 1.
Is it possible to make?
Currency format. I would like to make two buttons ("+"
and "-" button)near the second text box. They should work
as follows:
When one presses "+" button the value of the TextBox1
decreases by 1 and the value of TextBox2 increases by 1.
When one presses "-" button the value of the TextBox1
increases by 1 and the value of TextBox2 decreases by 1.
Is it possible to make?