I have a form with numerous textboxes and a save button,when I fill the textboxes I save the info to a file with the open statement and the text in one of the textboxes goes into a listbox to be recalled at a later date and printed out and or altered and resaved.My question is how can I save to a different file each time I fill in the textboxes with a new set of info so that I can build up the listbox with up to fifty or more items.