J
Jim Mac Millan
Hello All,
"Access 07"
I'm trying to set a Label's visibility based on a Text Box having data
present.
I'm using the following code without any success. I just can't figure out
why this is not working.
Private Sub Detail_Paint()
If PhoneAlt.Value = Null Then
Label_AltPhone.IsVisible = False (tried this with Visible instead of
IsVisible too)
Else
Label_AltPhone.IsVisible = True
End If
End Sub
TIA
Jim
"Access 07"
I'm trying to set a Label's visibility based on a Text Box having data
present.
I'm using the following code without any success. I just can't figure out
why this is not working.
Private Sub Detail_Paint()
If PhoneAlt.Value = Null Then
Label_AltPhone.IsVisible = False (tried this with Visible instead of
IsVisible too)
Else
Label_AltPhone.IsVisible = True
End If
End Sub
TIA
Jim