Thanks for the simple example. It just may prove to be useful....if I can get it to show something other than the VALUE. You see, in your example, it shows S M L XL which is pretty straightforward. However, in my case lets say the sizes are numbers such as 32, 34, etc. and stored in a DB. Using your code, I am able to retrieve the sizes selected but they are being displayed as 14, 9, 23 (which is their row ID in the D😎 instead of their respective sizes (32, 40, 38). Is there a way to get the actual size to show (in other words the same that was being shown to the user in step 1)?
I dont even know if this is doable but I imagine it would be. Keep in mind as well that I am using a side-by-side chooser of Unselected Sizes versus Selected Sizes to make my selections (for DB many-to-many friendliness) but I dont think that makes any difference...or does it?
Cheers,
tapdancingtenor