morg27
Okay, let's assume that you have 2 additional fields in the table through which you are searching. Those two fields would be RecordID and FirstName. Typically, the RecordID field would be hidden, so the combo, or list, box results would be something such as...
Brown, Cedric
Brown, James
Brown, Samuel
That would allow you to select the last name you wanted, by the match with the first name.
What you do from there on depends on what you want to do. Print a report, or something else? Go to that person's records?
Tom