Hi All,
I have a combobox that allows for multiple selections. I have 2 methods using a Sharepoint list as my database:
Method 1: The combobox is hardcoded with options to select from in the app.
Method 2: The column on the Sharepoint list is a choice column and the with the choices on the sharepoint list and the app uses a combobox to again allow multiple selections.
My question is for each type (hard coded or using the choices column in sharepoint list), how do you use the update function for the form to save ALL the options selected?
Second question is when I create a view form to recall the information back, how do I use the form to display it? If its a read only combobox will it just list all the choices?
How is this handled for created new form with selections saved and recalling it back to view/edit.
Thank you so much!