Here is an easy one that I can't figure out.
I am using a listbox object and have the multiselect set to true.
Now I want to use the multiple selection in a query. For example:
Select * from mytable where mfield in ('a,b,c,d')
Proble: how do I access the array or variable that contains the multiple selection. If it is an array I can convert it to the variable but am unable to find the ARRAY! It is killing me.
Thanks for any help
I am using a listbox object and have the multiselect set to true.
Now I want to use the multiple selection in a query. For example:
Select * from mytable where mfield in ('a,b,c,d')
Proble: how do I access the array or variable that contains the multiple selection. If it is an array I can convert it to the variable but am unable to find the ARRAY! It is killing me.
Thanks for any help