T
TeeSee
I have a combo box on a main form as a lookup for a subform which
performs as expected (to a degree), however have the following
questions ......
1) Can I assume that if cboMyComboBox is at the top of the tab order
it will receive "focus" when the form opens?
2) How do I get it to drop ONLY when I first "enter" the
cboMyComboBox?
I have tried OnEnter to the cbo only to find (I think) that because it
"has focus" is the same as onEnter and the cbo drops.
I just don't like the look of opening a form and a great gaping cbo is
staring at you.
Any thoughts as always appreciated.
performs as expected (to a degree), however have the following
questions ......
1) Can I assume that if cboMyComboBox is at the top of the tab order
it will receive "focus" when the form opens?
2) How do I get it to drop ONLY when I first "enter" the
cboMyComboBox?
I have tried OnEnter to the cbo only to find (I think) that because it
"has focus" is the same as onEnter and the cbo drops.
I just don't like the look of opening a form and a great gaping cbo is
staring at you.
Any thoughts as always appreciated.