M
Mike C.
Hello.
I have a combo box on a form, cboStates, that contains a
list of States. In addition to the state names, I also
have a name called "Federal". I would like to make it so
that when a user selects Federal, another combo box,
cboAgencies, appears on the form. I usually do this with
a command button witht the event "cboAgencies.visible =
true", but how can I or can this be done when I
select "Federal" from the cboStates combo box?
Any assistance would be appreciated.
Thanks in advance,
m.
I have a combo box on a form, cboStates, that contains a
list of States. In addition to the state names, I also
have a name called "Federal". I would like to make it so
that when a user selects Federal, another combo box,
cboAgencies, appears on the form. I usually do this with
a command button witht the event "cboAgencies.visible =
true", but how can I or can this be done when I
select "Federal" from the cboStates combo box?
Any assistance would be appreciated.
Thanks in advance,
m.