I have a memo field (rich text). I am trying to enter html code <br> in a replace command:
ie. Replace([File1]![Field1],'<br><br>','<br>')
What ends up happening is I am getting the line breaks...but the actual code is not inserted into my field. Any advice?
Thanks for any help!