Ok, here's something that's stumping me (a novice), and I wonder if any of you experts can help.

I have a textbox which a user can type into and save the contents, but if they put quotes in:

He said "I don't think so" as he moved forward

VB throws a wobbler when loading the text back in and displays only up to the first lot of quotes:

He said

I'm using Write #1, to save the text. How do I allow for anything to be typed in and for VB to read it back ok?

Thanks in advance.