If you are trying to roll up text data from a child table to be displayed in a single field on a parent record, then on the child table you van make a field which concatenates all the fields together into a string.
Then you can use a combined text summary field to roll up the unique strings up to the parent.
Then you can use this formula to convert that to a vertical list for use an in Rich Text formula field.
SerachAndReplace(ToText([My Combined Text Summary Field])," ; ", "<br>")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com[email protected]------------------------------