I have a command button called CallCount
and a text box called Tally
I am trying an OnClick event:
Tally = Tally + 1
so that each time the button is pressed, 1 is added to the Tally text box.
The code does not produce any errors, but at the same time, does not put anything in the field, no matter how many timesI press it!
any ideas?
and a text box called Tally
I am trying an OnClick event:
Tally = Tally + 1
so that each time the button is pressed, 1 is added to the Tally text box.
The code does not produce any errors, but at the same time, does not put anything in the field, no matter how many timesI press it!
any ideas?