I have a rich text field which has carats (^) in it. I want to replace these with a new line in the rich text. Anyone have an idea on how I can accomplish this?
Subject: Replace ^ with new line in rich text?
A new line in rich text is Chr(0), so you could theoretically use the FindAndReplace method to convert. I say theoretically because the FindAndReplace method seems a bit prone to error in some releases.