I have a SharePoint list where I save the state selected from a drop down to a text field. Everything is working great. I was asked to convert this to allow multiple selections of states. I created a combo box and am successfully saving a comma separated list to the text field.
I start by collecting the states.
In the Items property for the combo box I have the collection.
I save the returned record to varRecord. In the DefaulfSelectedItems I have the following, but as you can see I am getting errors.
In the DisplayFields I have Code base on the collection I created.