Hi Folks,
I have a unbound combobox on a form that displays about 150 items loaded via a table that is bound to it. I am trying to determine how to be able to essentially extract any item(s) that have been highlighted/selected and create a string, so to speak, with a comma delimiter between each item that I can then place into a memo field once a command button is pressed.
Would anyone be able to help me figure out how to go about doing this, I would really appreciate it. I wouldn't even know what command to use to read thru the combobox selected items to extract them ... I tried a few different ones but nothing seems to work yet.
Thank you very much,
Joe
I have a unbound combobox on a form that displays about 150 items loaded via a table that is bound to it. I am trying to determine how to be able to essentially extract any item(s) that have been highlighted/selected and create a string, so to speak, with a comma delimiter between each item that I can then place into a memo field once a command button is pressed.
Would anyone be able to help me figure out how to go about doing this, I would really appreciate it. I wouldn't even know what command to use to read thru the combobox selected items to extract them ... I tried a few different ones but nothing seems to work yet.
Thank you very much,
Joe