Auto Open a Combo Box

Sandpiper

Registered User.
Local time
Today, 23:30
Joined
Feb 21, 2006
Messages
55
Apologies if this has been asked before - I promise I've been searching for 1/2 hour and haven't found the answer.

I have a combo box that I need to drop down automatically on gotFocus.

Normally I would use Alt + Pg Down, but in this case it needs to open/drop down automatically.

Can anyone help?
Thanks
 
In the got focus event:

Me.ComboName.Dropdown
 
Wow - so easy. Thanks very much
 

Users who are viewing this thread

Back
Top Bottom