Hi again
I have still a problem.
I have a simple form with a text box and a button.
The control source for a text box is a numeric field id1.
I am trying to increase the value of tables field by clicking button.
Here is a click event.
Private Sub mCommand1_Click()
Me.id1 = Me.id1 + 1
End Sub
But this doesn't work
Thanks for answers.
I have still a problem.
I have a simple form with a text box and a button.
The control source for a text box is a numeric field id1.
I am trying to increase the value of tables field by clicking button.
Here is a click event.
Private Sub mCommand1_Click()
Me.id1 = Me.id1 + 1
End Sub
But this doesn't work
Thanks for answers.