Combo Box Configuration

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
 
F

fredg

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
 

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