Hi all,
I can store the selected items from a listbox with the concat function which is widely shared on the forum.
However, I am struggling to get my head around how to load them back into the list box and select those items again?
e.g. the list box has these values:
Value1
Value2
Value3
Value4
Value5
Value6
My string is Value1;Value3,Value5
How would I get the list box to select only those items after a refresh/reset etc? i.e. to reverse the concat feature.
Cheers,
Scott