Hi, I'm try to write a program that has the user input different values into text boxes and then it puts those values into a text file when the user presses a button. My problem is that I don't want the program to overwrite the text that is already in the text file but add on to the end of it. So if the user presses the button a second time they will add more text to the document. Is there any way to have the streawriter start writing below the last line that has text?

Thanks,
Randell