Hi,
I have a RTF textbox set up in a form, and I want to (with a push of a button) insert a carriage return. I tried using “Chr$(14)” and “vbCr”, but they only insert the filled square (meaning it doesn’t recognize the character). I also tried changing the font, no luck.