B
Blue
Hello All,
I'm trying to make one of my textboxes visible only if a certain option button is selected. Currently I have the textbox set to hidden in the properties...I just don't know how to script this event in outlook...I thought something like this would work:
If optSpecial1 = True Then
txtSpecial.Visible = True
End If
But it didn't or maybe I'm missing something...So if anyone can lead me to the right direction that I would appreiciate it...Thank you in advance
Blue
I'm trying to make one of my textboxes visible only if a certain option button is selected. Currently I have the textbox set to hidden in the properties...I just don't know how to script this event in outlook...I thought something like this would work:
If optSpecial1 = True Then
txtSpecial.Visible = True
End If
But it didn't or maybe I'm missing something...So if anyone can lead me to the right direction that I would appreiciate it...Thank you in advance
Blue