I have a report where sometimes text boxes have values and sometimes don't.
What I want to know if there is a way to code
If IsNull(Text10) Then
Text10.visible = False
End if
There is no Events on those text boxes and even when I try and code text10. the Visible option doesn't come up at all.
So I'm not sure if this is doable at all.
Any help would be appreciated.
Thank you.
What I want to know if there is a way to code
If IsNull(Text10) Then
Text10.visible = False
End if
There is no Events on those text boxes and even when I try and code text10. the Visible option doesn't come up at all.
So I'm not sure if this is doable at all.
Any help would be appreciated.
Thank you.