Mickchaaya
New member
Is there a way to make some code similiar to this (this is in VB)
If lblText.visible = True then
lblText2.visible = False
lblText3.visible = False
lblText4.visible = False
End If
Thanks for any help
If lblText.visible = True then
lblText2.visible = False
lblText3.visible = False
lblText4.visible = False
End If
Thanks for any help