What is an efficient way to process a SQL query,using a stored procedure from an ASP page, which allows a user to select single or muli-values from a listbox? The ASP page has 3 parameters (listboxes) from which the user may select one or more values in the listbox. The query results are used to formulate a report.