Combo Box Configuration

  • Thread starter Thread starter Robin Chapple
  • Start date Start date
R

Robin Chapple

I have a combo box which locates a member record in my membership
database.

As I type the name appears in the box. In the case where many members
have the same last name I need to click the black triangle, (what is
that called by the way?), in order to display the list.

Is it possible to have the list displayed and for the list to be
refined as I type?

Thanks,

Robin Chapple
 
I have a combo box which locates a member record in my membership
database.

As I type the name appears in the box. In the case where many members
have the same last name I need to click the black triangle, (what is
that called by the way?), in order to display the list.

Is it possible to have the list displayed and for the list to be
refined as I type?

Thanks,

Robin Chapple

Code the Combo Box Enter event:
Me![ComboName].Dropdown
 
Back
Top