R
rml
I created a form with a command button with the below code. I'm tring to
make a graphic visable = false if field C1 is Locked = false. I'm getting an
error "Method or data member not found"
Private Sub Command252_Click()
If [C1].Locked = False Then Image247.visable = False Else Image247.visable =
True
End If
End Sub
What I'm I doing wrong?
Thanks.
make a graphic visable = false if field C1 is Locked = false. I'm getting an
error "Method or data member not found"
Private Sub Command252_Click()
If [C1].Locked = False Then Image247.visable = False Else Image247.visable =
True
End If
End Sub
What I'm I doing wrong?
Thanks.