I have 2 lists of variables, ex. Name,Name1... Name10 and Type,Type1...Type10. I also have a text box that I am entering a word into, ex. "Land" into txtWord. I want to find the Type variable that equals "Land", and then print the corresponding Name variable into a textbox, txtAnswer. What code would I use to do this? Hope I've been clear enough and I hope you can help.