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