Hello,
in my table there's a memo field containing the description of an object, e.g.: red, old, american, powerful, classic, still produced, big.
How do I insert a new line after every comma so the memo field looks like a list, e.g.:
red,
old,
american,
powerful,
classic,
still produced,
big
And if I wanted to erase the comma and then break the line? Or break the line before an opening parenthesis?
I could do it manually but there are thousands of records.
Thanks!