L
lalexander
Could anyone tell me how to pass multiple values to a query?
I have a form that that I want to pass several value of an options object.
eg: 1=Pending , 2=Closed, 3=Terminated , 4=Hold , 5=ALL
I want the Option#5 (ALL) to include number 1 though 4 )
I tried passing it as = pvalue=1 or 2 or 3 or 4 ( but I only get the last
value(4) being passed.
I can select Indivdual , but I also want to ability to include all values
Thank You.
Leonard
I have a form that that I want to pass several value of an options object.
eg: 1=Pending , 2=Closed, 3=Terminated , 4=Hold , 5=ALL
I want the Option#5 (ALL) to include number 1 though 4 )
I tried passing it as = pvalue=1 or 2 or 3 or 4 ( but I only get the last
value(4) being passed.
I can select Indivdual , but I also want to ability to include all values
Thank You.
Leonard