• The only way I know of to make the options for one parameter "dependent" on the selection of another parameter is to populate the "available values" via a dataset query and then set the Filter property of the dataset query so that it pulls the selection of the first parameter as a value.

    Can you create a dataset that pulls back all the valid date values for the user to select?