Hi all,
I want to implement this in a solution I've been working on:
Basically in a form, we have a List (obviously allowing user's to select more than one option).
Basically what we need, is that the optinons selected (Option1, Option2,Option3) is stored in an additional solution table basically containg FolderId, ListSelection. For example:
Folder Id ListField
09......0001 Option1
09......0001 Option3
09......0001 Option4
09......0003 Option 1
.
.
.
Any ideas on how to build this and what would be the best approach to this.
Thanks in advance,