Right now Records are Displayed via their primary key. But with some data, it is easier to have a separate primary key that can be hidden or not use as the Record Display name.
So what might work is have a Table where your primary field is Sponsors. You have a field linked to Programs with multi-links (ie more than one program can be linked to a Sponsor.
Create a new view Then you use the group by Program. The Records would...
As possible solution so if it does work don’t shoot me,
If your Meeting summaries are in a separate table and you have a linked field with contacts. Try adding a created CREATED_TIME() formula function field. This might work as it will show the date ...
Sounds like you might need a separate table just for sponsors. Making each Sponsor a record. Then have a field in the table you want to link to your Sponsors list. You can select multiple sponsors.
If your sponsors data is not a primary field then yo...