Hi
I think this will be a quick one.
I'm working on access 2000
In a form I have used a label directly over a text box in which there instructions on what type of information should be put into the text box. I can get the label to disappear using
Private Sub Comments_AfterU pdate()
Me.Label25.Visi ble = False
End Sub
the problem is when I reopen the record Label25 is visible again
I need to make it stay invisible if there is data in Comments field.
hope this makes sense
Thanks
I think this will be a quick one.
I'm working on access 2000
In a form I have used a label directly over a text box in which there instructions on what type of information should be put into the text box. I can get the label to disappear using
Private Sub Comments_AfterU pdate()
Me.Label25.Visi ble = False
End Sub
the problem is when I reopen the record Label25 is visible again
I need to make it stay invisible if there is data in Comments field.
hope this makes sense
Thanks
Comment