Hello All,
I am creating a Request form and one of the required fields is a combo box so if the requester has more than one of the items.

Region is the name of the Required field and the choices are coming from a SharePoint List. The code for the Combo Box is as so:
Choices('Training Requests'.Region)
That code works perfect, but its when I am trying to display the selected items onto the confirmation screen am I stuck.

I would usually put the code:
RegionInput.SelectedItems
but that does not work.
Would also like a comma between the choices in the text label
SharePoint list Name: Training Requests
Combo Box Name: RegionInput
Column that the combobox is retrieving the choices from: Region
Any help will be appreciated!,
Mono