Combo box show list automatically

Accessme2

Registered User.
Local time
Today, 08:37
Joined
May 12, 2004
Messages
64
Hi everyone,
I wonder if there is a way to when On got focus event that the drop down list would display automatically. right now when they start typing the fills automatically but they need to click on the arrow to display all options.
Is there a way to display the list automatically?

Thanks
:confused:
 
Try setting the autoexpand option to yes in the properties for the combo box.
 
HI.
Ii have autoexpand= Yes. what this autoexpand do. I would like to when I go the the field to display the list even before I type anything or even if they click the first letter to see the list without have to click on the arrow
 
OK, I didn't really understand what auto-expand does. That is not what you want.

Apparently you need to use the "OnEnter" event of the combo box and put the following:

Code:
Me.PutTheNameOfYourCOmboBoxHere.Dropdown

Let me know if this works.
 
You are so very welcome! :D I am glad it worked.
 

Users who are viewing this thread

Back
Top Bottom