G
Guest
how comes that when I click on the button Bttn01 an error message comes up on
my screen which says
"Object doesn't support this property or method (Error 438)"
the text of the corresponding procedure is the following
Private Sub Bttn01_Click()
Dim Result As Integer
Dim Tmp As Long
Result = 0
If Education = 4 Or Education = 5 Then Result = Result + 5
Score = Result
End Sub
Education and Score are the names of two fields in the active form.
Also, what is the way of updating the value of the field Score after a click
on button Bttn01 has been done?
my screen which says
"Object doesn't support this property or method (Error 438)"
the text of the corresponding procedure is the following
Private Sub Bttn01_Click()
Dim Result As Integer
Dim Tmp As Long
Result = 0
If Education = 4 Or Education = 5 Then Result = Result + 5
Score = Result
End Sub
Education and Score are the names of two fields in the active form.
Also, what is the way of updating the value of the field Score after a click
on button Bttn01 has been done?