View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_60_] John[_60_] is offline
external usenet poster
 
Posts: 16
Default Multi-select listbox help!

I'm trying to build an SQL string that uses a multi-select listbox as
its parameters...but, I'm not sure how to do it. I know how to create
a variable and assign it to the value of a combo box, for example.

How do I use a multi-select's listbox multiple values as multiple
parameters for an SQL string?

TIA...