Dears,
I have an EditForm1.
I have "LastSubmittedRecord" collection that contain one record. I get this collection from an edit form Collect(LastSubmittedRecord,EditForm1.LastSubmit);
the Collection:

Inside this collection i have a "client name" column as shown below:

I need to show all columns in the collection with the sub collection "ClientName" all values 'SMLC','HDF','Sagesse'.
How can i achieve this.
Any idea.
Thank you in advance.