Ok, I'm going attempt to describe what I need.
I want to choose a parameter from a dropdown list of months. When I select a month (January for this example) I want the start date to be passed to the @startdate parameter (this is successful), but I ALSO want to send the end date for the month to the @enddate parameter for the query to return all items in the where between clause. I thought multivalue might be the way to go but I can't make it work right or I've got it wrong in my select as my where clause is a BETWEEN and not an IN clause.
Is it possible to do this?
I want to choose a parameter from a dropdown list of months. When I select a month (January for this example) I want the start date to be passed to the @startdate parameter (this is successful), but I ALSO want to send the end date for the month to the @enddate parameter for the query to return all items in the where between clause. I thought multivalue might be the way to go but I can't make it work right or I've got it wrong in my select as my where clause is a BETWEEN and not an IN clause.
Is it possible to do this?