Hi,

I have 4 text boxes on my form:

A question box called "txtQuestion"

4 Answer boxes called "Ans1", "Ans2", "Ans3, and "Ans4".

I also have a 'Save' button. I want to be able to press the save buton and have to question written to a text file on one line, and then the answers one after another on the line below.

Also, If i repeat the process, I want the nxt lot to go below that and not overwrite the previous.

Any info on how I can do this, thanks.

Mark