N
Neal
Dear All,
I have a form with a Command button. What I would like to have happen is
when this command button is clicked, a value (i.e. 1) would be
input(assigned) into a field in a table. The code I have is as follows:
Private Sub Command0_Click()
Table!TaskEvaluator!EnvironKaizen.Value = 1
End Sub
TaskEvaluator is the table and EnvironKaizen is the field. I am getting an
error message. What is the correct code to do this? Thanks in advance.
Neal
I have a form with a Command button. What I would like to have happen is
when this command button is clicked, a value (i.e. 1) would be
input(assigned) into a field in a table. The code I have is as follows:
Private Sub Command0_Click()
Table!TaskEvaluator!EnvironKaizen.Value = 1
End Sub
TaskEvaluator is the table and EnvironKaizen is the field. I am getting an
error message. What is the correct code to do this? Thanks in advance.
Neal