dianemarie
Instructor
Hello, I currently have this where clause in my query string, creating a parameter to select the customer number. I would like to be able to allow more than one customer number. I've been through help but can't find anything.
where customer = @CustomerNumber
I tried where customer in @CustomerNumber, and then separating the numbers by commas in the parameter but that didn't work. I'm brand new to SRS, from a Crystal background. Thank you for any help.
where customer = @CustomerNumber
I tried where customer in @CustomerNumber, and then separating the numbers by commas in the parameter but that didn't work. I'm brand new to SRS, from a Crystal background. Thank you for any help.