I have a report that displays call volume year over year broken down by months. I would like to have the ability to click on a month within the report and then have a month over month report open up with the month that was clicked(I already have the report made up for month over month calculations).
My question is can I have the query behind the Month report use the month clicked in the Year report as a criteria. I currently have the criteria set to a form using the criteria of
Code:
Where (((Departments.[Department Name])=[Forms]![PC_GUI]![Dept])
Is there a similar method for referencing a clicked field in a report?