W
WJ
I have a combo box "Client_Broker_Combo", and a text box
following it "Broker_Other_Fill_In". So if the user
selects "Other" from the combo box, then I want to
enable
the text box, so that the user can enter the broker name.
And I want to disable the text box if the user chooses
nothing from the combo. Right now, I've set the property
of the text box to be disabled. But
everytime I click on somewhere else, for example other
checkboxes, the text box would automatically enable itself
even if there was STILL nothing in the combo box above it.
So potentially, a user can put nothing in the combo, and
click somewhere else, and then enter something in the text
box.....
The following is the code I have:
It's ideal to find a way to deal with this in code. But
I've tried "IsNull", IsEmpty, =""...but nothing works...
please help...
Thanks!!
WJ
following it "Broker_Other_Fill_In". So if the user
selects "Other" from the combo box, then I want to
enable
the text box, so that the user can enter the broker name.
And I want to disable the text box if the user chooses
nothing from the combo. Right now, I've set the property
of the text box to be disabled. But
everytime I click on somewhere else, for example other
checkboxes, the text box would automatically enable itself
even if there was STILL nothing in the combo box above it.
So potentially, a user can put nothing in the combo, and
click somewhere else, and then enter something in the text
box.....
The following is the code I have:
It's ideal to find a way to deal with this in code. But
I've tried "IsNull", IsEmpty, =""...but nothing works...
please help...
Thanks!!
WJ