G
Guest
i've got this expression in the query:
Sentence: [text] & [text] & [text]
which will display as: texttexttext
i'd like to insert a line break so that the second and third items in the
text string appear on separate lines within the field, like this:
text
text
text
Sentence: [text] & [text] & [text]
which will display as: texttexttext
i'd like to insert a line break so that the second and third items in the
text string appear on separate lines within the field, like this:
text
text
text