I've loaded the Names field from my recordset into a listbox, the idea being click on a name in the listbox and the data for that person appears in several textboxes. What property of the recordset object do I use to move to the row the user has selected? There is an ID (autonumber) field. ie if the user selects the 9th person in the listbox (listName.ListIndex = 9) then the recordset moves down to the 9th row...