G
Guest
Hello
I am trying to set a controls visible property depending on the contents of
a text box.
I have the following simple If/Else statement:
If Me.txtAnswer = "multiple" Then
Me.txtAddAnswer.Visible = yes
Else
Me.txtAddAnswer.Visible = no
End If
Will this code work ? What Event would this go in. Itried several an can not
get it to work proberly.
Thanks for your help
Brian
I am trying to set a controls visible property depending on the contents of
a text box.
I have the following simple If/Else statement:
If Me.txtAnswer = "multiple" Then
Me.txtAddAnswer.Visible = yes
Else
Me.txtAddAnswer.Visible = no
End If
Will this code work ? What Event would this go in. Itried several an can not
get it to work proberly.
Thanks for your help
Brian