I have a form with a listbox (lstStaff) which contains staff names and a textbox (txtSearch) for searching. Using my txtSearch box, I was able to filter 2 records with identical Family names. I double click the first item in my listbox and it opens my form (frmStaff) with all the informations for that staff--OK, but when I double click the second item still displays informations from the first item.
Help...