How are you wanting to "display it along with all other instances of
that name"?
Are you wanting to hide rows that do not have the name?
Is the name going to be in a specific column?
Are you planning to have the user key in the name?
How many unique names will there be?
Perhaps you can have the form read in the values in the name column
and put the unique names into an array. then load the array into a
combobox. User selects the name, then what do you want to have happen?
If the names are in a specific column, you can always use filters.