Event that opens a combo box

G

Gennady Vayl

Hi,
What would be better to use to triger the click on the drop down arrow
of a combo box to display its contents: OnEnter or GotFocus. I'll use
these events with tab ctrl turned off.
Or is there something else I could use?

Thanks
 
G

Graham R Seach

Gennady,

I use the Enter event, but either event will work fine. But you probably
rethink this strategy, because it eliminates (or at least makes it harder)
for users to make use of one interaction mode (direct keyboard entry).

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Top