GM, folks:
I have a userForm that I want to use to select an employee name. I have two features on the userForm - a textBox and a listBox. The listBox contains the alphabetized listing of all employees - Last Name, First Name and Employee ID. Within the textBox, I want to enter the last name to be selected - as I enter "S" (for instance), I want the userForm to move to the first record where the employee last name starts with "S". Then when I enter a "t" within the textBox, I want it to find the first name with the first two letters of the employee last name are "st". Can anyone help me how to find the desired record within the listBox and then displaying that record as the topmost one shown within the listBox?
Thanks for your help.
Bob
Bookmarks