Pacman21 0 Light Poster

Here is my problem. I have about 100 Richtextboxes in my Form.. All of them have a persons First and Last name in them.. Is there anyway to make a Find button that if I type in someones name into a textbox that It will find the persons name in the RichTextbox.. For example: One of the richtextboxes will contain the name Joe Schmoe.. So I want to be able to type Joe Schmoe in a textbox and click a button and then it will go directly to the Richtextbox with the name Joe Schmoe.. Is this possible and if so how would i do this?? ALSO: I dont have the name of the Richtextboxes.. I dont know if their is a way to display their name in the box itself or find their name.. I used a loop to create the boxes..