selecting multiple values on list box

  • Thread starter Thread starter jpnyc
  • Start date Start date
J

jpnyc

I had a combo box with four variables, I found out that only a list box can
choose multiple values. After changing my combo box to a list box, after I
choose my two/three values how can I make those values appear on the form
like a combo box(with commas). Right now it shows either the first or last
value I chose not all of them.
 
I am attempting to do the same. However, I am having no luck. Do i need to
change the name of my multiple value list box to "mslbx" and then call the
text box i am passing the string too "txtShowSelections".?

Thanks for the help.
 
Back
Top