I have a query that calls another query. The subquery has a date parameter. The calling query also needs to have a date parameter and the value will be the same for both parameters. Is there a way to pass the parameter from one query to the other without having to enter it twice?