C
croy
A subform combobox is set to drop down automatically when it
gets the focus. It is the first control in the tab-order to
get the focus.
when navigating thru records on the main form, the subform
cbo drops down briefly. It's rather disconcerting for
users.
I've tried using EchoOn = false in the OnCurrent event for
the subform, but this doesn't keep the drop from showing.
Any thoughts?
gets the focus. It is the first control in the tab-order to
get the focus.
when navigating thru records on the main form, the subform
cbo drops down briefly. It's rather disconcerting for
users.
I've tried using EchoOn = false in the OnCurrent event for
the subform, but this doesn't keep the drop from showing.
Any thoughts?