G
Guest
First, let me address the obvious questions: Yes, it's enabled. No, it's not
locked.
The combo box is in a subform on my main form. I'm using code that sets the
focus to the combo box if certain criteria are met. The combo box gets focus
(which is evident both by conditional formating I have set for it when it
gets focus and by a MsgBox testing message I have pop up in the GotFocus
event of the combo box), so I don't believe the problem has to do with
getting the focus to the combo box. But, when it is given focus, I cannot
enter any data. Normally I would be able to type in the combo box and have
it auto-fill the selection I am starting to type, but it does not receive
text when I type. If I hit tab, space bar, enter, etc...it does nothing -
but the focus is still on the combo box (it might be worth saying that the
combo box is the only enabled control in the subform - so "tab" really has no
where to go anyways). The combo box comes to life as usual if I click on the
area where the dropdown arrow usually is (prior to this though, the dropdown
arrow is not visible). It also works just fine if I have a code break
set...as a matter of fact, if I click on any other window and then come back
to the form, the combo box is working correctly. ????? This is truely weird.
Please, if anyone has any ideas, I would really appreciate the help, I've
tried everything I can think of at this point.
locked.
The combo box is in a subform on my main form. I'm using code that sets the
focus to the combo box if certain criteria are met. The combo box gets focus
(which is evident both by conditional formating I have set for it when it
gets focus and by a MsgBox testing message I have pop up in the GotFocus
event of the combo box), so I don't believe the problem has to do with
getting the focus to the combo box. But, when it is given focus, I cannot
enter any data. Normally I would be able to type in the combo box and have
it auto-fill the selection I am starting to type, but it does not receive
text when I type. If I hit tab, space bar, enter, etc...it does nothing -
but the focus is still on the combo box (it might be worth saying that the
combo box is the only enabled control in the subform - so "tab" really has no
where to go anyways). The combo box comes to life as usual if I click on the
area where the dropdown arrow usually is (prior to this though, the dropdown
arrow is not visible). It also works just fine if I have a code break
set...as a matter of fact, if I click on any other window and then come back
to the form, the combo box is working correctly. ????? This is truely weird.
Please, if anyone has any ideas, I would really appreciate the help, I've
tried everything I can think of at this point.