Hello
I have a form with 1000 different record filter base name.
EX
NameDESCRTypePicturesJon test Yes/noYes/noIf Me.DESCR.Value = "
Jon No testYes/noYes/no
What i am trying to do is every time record said "test" underDESCRit in It set the field to enable False
test" Then
Me.Pictures.Enabled = True
Else
Me.Pictures.Enabled = False
End If
End Sub
The following only work when test is the record in that set.
Thanks
Jonathan