I am creating a program to save data to a sequential access file and I am able to write data to the file using multiple textboxes. When I save the data to the file, one line of
text constitutes one record.

How can I open that file and perform a search for a value, then when it is found, populate the corresponding textboxes?

Any help is much appreciated!