I've searched and found a million threads with a similar problem, but I can't find an answer that I can understand.
Here's the problem:
I have a crosstab query to which I would like to add 2 parameters. This crosstab query is based on another (regular) query. The fields to which I want to add parameters are not in the crosstab query - only in the original query. The fields are formatted date fields like this:
Year: Format([HandHygieneDate],"yyyy")
Month: Format([HandHygieneDate],"mmm")
Where/how should I create the parameters so that when the crosstab query is run it asks for the Year and the Month?
Thanks,
Julia
Here's the problem:
I have a crosstab query to which I would like to add 2 parameters. This crosstab query is based on another (regular) query. The fields to which I want to add parameters are not in the crosstab query - only in the original query. The fields are formatted date fields like this:
Year: Format([HandHygieneDate],"yyyy")
Month: Format([HandHygieneDate],"mmm")
Where/how should I create the parameters so that when the crosstab query is run it asks for the Year and the Month?
Thanks,
Julia