I've been building a db input form. There are three fields for notes. They were all build at the same time. They have the same logic & class system - but one of them is returning with escape marks when I update the record (e.g.) i enter
1
2
3
and the updated record returns
1\r\n2\r\n3
I'm confused as the other return the text as formatted. Can you sugggest why this is happening?