I have a procedure that creates and stores data describing "people"(name, ht, wt,...) in a random access file. I also have a procedure to "query" that data for certain "people" and then display those "people" in a listbox. I now need to click on a "person" in the listbox and have the program fill txtboxes on the same form with the appropriate "personal info"(name, ht, wt...textbox for each). Am I making this harder than it's suppose to be? I'm new at this so that could be the case, but I can't get the program to list the selected "person's" info. When I get the program to do anything, it seems to use data from the last "person" in the random access file. Thanks to whoever can help me with this problem!!