Would like a Listbox filled from database with employee names and then a textbox that is connected with it that scrolls to the name in the list that corresponds with the letters being typed in the text box. I realize that I will have to have a recordset located on the client or use an array of some kind. Does anyone have any ideas or know of some sample code?