Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text Completion for a Combobox

Status
Not open for further replies.

KreativeKai

Programmer
Nov 12, 2004
33
0
0
US
I have a combobox populated with 1300+ names. I want to make it easier for my data entry clerk to enter the last name, and it pulls from the list.

I found the following link:

This knowledgebase article lists some code that doesn't work the way I need it. The code searches in the list for a name that matches and if so, it selects it. If not, it allows the client to type in a new name.

I need code to select only from the list and if you type something not on the list and backspace to retype, it picks up again.

Does anyone have some code suggestions or enhancements to this code that might help?

Any suggestions are appreciated.

Lost in the Vast Sea of .NET

Visit my website at www.komputing.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top