About Opening Combo Box and DropDown List Box?

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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/
 
Back
Top