Is it possible to pass a multi-value parameter field to an Oracle stored procedure? For example, I have a parameter field called Product that may contain one or more values, depending on what the users selects. I have been able to get single values to work, but multiple values are not working, even using the IN operator as part of the stored procedure. Any feedback would be greatly appreciated. I am using Crystal Reports 8.5, Oracle Client 8.1.7 and DSN is using the CR Oracle8 v3.6 driver.