I have a some information on a textfile. I want to know if someone could help me. I want to input the customers ID number in a textbox or inputbox and get all the customers information like name, address, Date of Birth, age, etc. I know how to retrieve information from a textfile by typing the name of the textfile a getting all the information in the textfile.

What I don't know how to do is to retrieve certain information from a textfile. How can I type in the customers ID and pull up all the customers information and then store it in an array.