About Opening Combo Box and DropDown List Box?

G

Guest

hi,this must be an Easy one.i cannot figure a way to open the combo box and
the list box without using the mouse pointer and a single click.i would like
to know how to open those boxes by pressing Enter key or if there is any key
assigned to do just That?
 
J

Jeff Boyce

Depending on the version of Access you are using, I seem to recall a method
that would drop down the list. If you added code to the control when it got
the focus (On Got Focus), I suspect you could use:

Me.cboYourComboBox.Dropdown

(suitably adjust for your control's name...).

--
Regards

Jeff Boyce
Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/

Microsoft Registered Partner
https://partner.microsoft.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top