G
Guest
I am sure this is easy just not for me! If this txt has a value I want it to
turn off the visibility on an unbound text92 target date. (Because it has
been fullfilled) I have this in many other areas (ck boxes) but I do not know
the syntax for a date #field.
I know it also probably has to go in the form current
Private Sub S_84_AfterUpdate()
If Me.S_84 = Date Then
Me.Text92.Visible = False
End If
End Sub
Thanks!
turn off the visibility on an unbound text92 target date. (Because it has
been fullfilled) I have this in many other areas (ck boxes) but I do not know
the syntax for a date #field.
I know it also probably has to go in the form current
Private Sub S_84_AfterUpdate()
If Me.S_84 = Date Then
Me.Text92.Visible = False
End If
End Sub
Thanks!