Forum Discussion
SteveLaurel
9 months agoQrew Cadet
MarkShnier__You- Using this formula - Trim(Right([my update field],"]"))
How do I remove the -------------- that come after the ]
Thanks
MarkShnier__You
Qrew Legend
9 months agoWhen you ask for the entries to be on separate lines, it adds those dashes.
try this
Trim(NotLeft(Trim(Right([my update field],"]")),14))