Open Combobox automatically

D

dhstein

I have a form for entering a new product. I am moving the user through the
data entry field by field by doing a "NextFieldToEnter".SetFocus. One of the
fields is a combobox and I'd like to open the combobox automatically when he
gets to that control. SetFocus just moves the cursor there. How can I do
that? Thanks for any help on this.
 
P

Piet Linden

I have a form for entering a new product.  I am moving the user throughthe
data entry field by field by doing a "NextFieldToEnter".SetFocus.  One of the
fields is a combobox and I'd like to open the combobox automatically whenhe
gets to that control.  SetFocus just moves the cursor there.  How canI do
that?  Thanks for any help on this.

Mycombobox.dropdown
 
Top