Drop Down Menu Auto Load on form?

yepwingtim

Registered User.
Local time
Today, 11:56
Joined
Jun 6, 2008
Messages
126
Right when I type something, I want the dropdown menu to appear instead of clicking on the arrow

This is because I have 2 fields in the dropdown menu (Last Name, First Name)

I can only see the Last Name Auto Completed. I have to have to click on the arrow thing to see the First Name.
________
Airsoft Cyma
 
Last edited:
As far as I know, that is the way they work. I've gotten around it by concantenating two columns ([LastName] & ", " & [FirstName]).

Of course, this is in the macros section and I don't know anything about those.

HTH,
-dK
 
You can drop down the combo in the got focus event with:

Me.ComboName.DropDown

if that's what you're looking for.
 

Users who are viewing this thread

Back
Top Bottom