I recently received help to get the Alen Browne cancatenation function working in my application and I really appreciate it.
Typically the cancatenation returns values like: 7, 8, 21, 22
These values are the id's of activities selected by delegates at a conference.
I now need to use these activity id's to reference the actual name of the activies which are in a related table.
Can anyone advise me of the best way to loop through the values returned by the concatenation (this may be 0 or up to 15 values) and use these as a reference in a related table.