Say I have a text file containing data, which I read into several arrays, one for each "field"...I populate a list box with items in the first array. I also have several text boxes on the form. When an item in the list box is clicked, how do I put the items from the other arrays (with a corresponding element number) into the text boxes?