My app uses a lookup field to a form with the paragraph text box (long text?). When a record is linked to multiple records in another form, the view shows the other records separated by commas. Is there anyway to separate them by new lines/carriage returns? For example:
Col 1 Col 2
Record in form a This is a long sentence in form B, This is a long sentence in form C.
want to change to:
Record in form a * This is a long sentence in form B.
* This is a long sentence in form C.