C
Charles A. Lackman
Hello, I have a combox that I am trying to get to work in the following
fashion.
As you type in the combox that the item that matches what you are type is
selected.
as you type a last name:
Leyman
when L is typed
'Laner' is selected (first item that starts with L)
When Le is Typed
'Leans' is selected (first items that starts with La)
When Ley is Typed
'Ley' is selected (first items that starts with Lay)
etc.
Am I using the wrong control. setting the combobox property to DropDownList
comes close but it does not allow for typing the name it only goes to the
first letter in the Item (i.e. 'L')
Any suggestions will be greately appreciated.
Thanks,
Chuck
fashion.
As you type in the combox that the item that matches what you are type is
selected.
as you type a last name:
Leyman
when L is typed
'Laner' is selected (first item that starts with L)
When Le is Typed
'Leans' is selected (first items that starts with La)
When Ley is Typed
'Ley' is selected (first items that starts with Lay)
etc.
Am I using the wrong control. setting the combobox property to DropDownList
comes close but it does not allow for typing the name it only goes to the
first letter in the Item (i.e. 'L')
Any suggestions will be greately appreciated.
Thanks,
Chuck