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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Autofill into a textbox etc.

Status
Not open for further replies.

hdougl1

Programmer
Dec 6, 2000
54
US
I would like to implement an autofill text box or listbox or whatever it takes, with data from a recordset. As the user is typing into the box it completes the partially typed word with the data from the recordset. Any predefined methods out there to do this? Or will I have to created a keypress event and search the recordset for a match and then populate the textbox? Help and thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top