If you have data on a child table and you want put the child table data into a single field on the parent record, hen you will need to use the method I described.
There is not a way to insert the whole child table into a Rich Text Formula field on a Parent record and have it appear in as a list of records the same as it appears on the form.
You would need to craft a formula for the individual Child records so that when they were rolled up to the parent, that they would make sense.
For example
List(" | ",
[Contact Role], [Contact Responsibility],
[Contact Name], ToText([Contact Phone]), [Contact Email])
You could summarize that field as a combined text summary field, but the fields would be not labelled. But they would probably be obvious by their content.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------