I have a Contacts table that stores the organization name and phone number.
I have a Contacts table that stores contact information.
Contacts and Organization tables are connected.
In Contacts I have a dropdown so the user can select an existing Organization.
The Contact table grid is grouped by Organization.
So it looks like this:
ABC Trucking
Joe Smith
Al Jones
XYZ Corp
Pete Randle
Henry King
I would like the group header to contain the Organization and the Organizations Phone nnumber so it looks like this:
ABC Trucking (555) 767-9898
Joe Smith
Al Jones
XYZ Corp (555) 545-3333
Pete Randle
Henry King