Hi
I have a SharePoint list called countries which consists of two site columns :-
TwoLetterAcronym and NameOfCountry.
I want the user to be able to select more than one NameOfCountry and for the corresponding columns TwoLetterAcronym to be saved and seperated by "," in a Text Field.
Similarily, When the Form is dispalyed, I want to be able to to take the list of TwoLetterAcroynms (seperated by the ",") and for the corresponding NameOfCountry(s) to be displayed in the Multi-Select Combo box.
How can I do this ? I can save the TwoLetterAcronyms in a hiddent text field and then concat the selected values in the combo box and ","into the hidden text field and then save that to a SharePoint Text field, but how do I reverse the process so that the TwoLetterAcronyms become a set of Country Names in the Combobox ?
Thanks
Nigel