is there a way to excute a command on record change ?
I used form_load to check something, but when I go to the next/previews record it doesn't recheck..
I used form_load to check something, but when I go to the next/previews record it doesn't recheck..
Code:
Private Sub Form_Load()
If RefBy.Value = "test" Then
ReferredID.Enabled = True
End If
End Sub
Comment