Hi All,
I have just started building a program that will allow a user to select a plant from a dropdown list and then click a button to view detail related to the selected plant in another form. I would like to be able to read from a sequential access file and instead of reading the total record into one textbox or label, have parts of the file read in different textboxes or labels. For example, plant description in one box/label, plant light needs in another, etc.
Is what I want to do possible?