L
LJB
I have a drop down box with a selection for each state. If PA is selected,
there is a corresponding check box that is to appear. I have the code as
follows:
If STATE = "PA" Then Checkbox1.Visible = True
However, if the user then changes the selection to another state, the
checkbox stays visible. I know that I need an additional line to my code
that makes the checkbox not visible (visible = false) if PA is not selected-
I'm having trouble coming up with the code.
Thank you for any assistance.
there is a corresponding check box that is to appear. I have the code as
follows:
If STATE = "PA" Then Checkbox1.Visible = True
However, if the user then changes the selection to another state, the
checkbox stays visible. I know that I need an additional line to my code
that makes the checkbox not visible (visible = false) if PA is not selected-
I'm having trouble coming up with the code.
Thank you for any assistance.