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!