Hello,
I have a combo box that is used to select some common choices. These choices are all text. I want to use the selected choices in an HTML text box which is eventually sent as an email body. Here is the line from the HTML box that I cannot get to work.
<font size='3' color='black'><b>Issue Found: </b>"&cbIssue.SelectedItems.Result&", "&tiIssue.Text&"</font>
If I change it to Selected.Result it appears to give me only one of the selected choices. My question is how do I get all the choices to show in the HTML?
Thanks,
Stephen