Originally posted by zivon
sub for record change?
Collapse
X
-
Put it in the ON CURRENT event instead.
Originally posted by zivonis 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..
Code:Private Sub Form_Load() If RefBy.Value = "test" Then ReferredID.Enabled = True End If End SubLeave a comment:
-
sub for record change?
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..
Code:Private Sub Form_Load() If RefBy.Value = "test" Then ReferredID.Enabled = True End If End SubTags: None
Leave a comment: