Ok, I'm not sure if this can be done, but here is what I am trying to do.
I have a report of classes taken that is currently grouped by actual year, but I need it to be grouped by fiscal year. I am trying to create a query that looks at the group header of year when determining the results. In the criteria of the date field of the query, I am trying to do something like:
between #2/1/Reports![Report]![Year]# and #1/31/Reports![Report]![Year +1]#
So like if I have the year 2003 as the group header, the query will pull classes between 2/1/2003 and 1/31/2004 as the results for that particular group, and then go on to the next year.
The above syntax doesn't work, so does anyone have any idea how I could word this to make it work?
I have a report of classes taken that is currently grouped by actual year, but I need it to be grouped by fiscal year. I am trying to create a query that looks at the group header of year when determining the results. In the criteria of the date field of the query, I am trying to do something like:
between #2/1/Reports![Report]![Year]# and #1/31/Reports![Report]![Year +1]#
So like if I have the year 2003 as the group header, the query will pull classes between 2/1/2003 and 1/31/2004 as the results for that particular group, and then go on to the next year.
The above syntax doesn't work, so does anyone have any idea how I could word this to make it work?