How do you get a command button to update the table each time you click it.
I am working on a form where each time you hit the increment command button it adds 10 and enters the new number in the text box, but the only time the table will update is whenever I close the form.
I thought if I did an after update for the button, but then it will not keep my running total in the text box, it just clears it and starts over??
Any ideas???
I am working on a form where each time you hit the increment command button it adds 10 and enters the new number in the text box, but the only time the table will update is whenever I close the form.
I thought if I did an after update for the button, but then it will not keep my running total in the text box, it just clears it and starts over??
Any ideas???