I have having an issue with determining how to use a customized fiscal year with a DCount function.
My Code:
The code only does from Jan 1, YYYY TO Dec 31, YYYY
I'd like the code to read from Oct 1, YYYY TO Sept 30, YYYY
Is there a easy fix for that?
My Code:
Code:
[COLOR=black][FONT=Verdana]ThisYear: DCount("*","Open Issues","year([RequestDate]) = " & Year(DateAdd("y",-1,Date())))[/FONT][/COLOR]
The code only does from Jan 1, YYYY TO Dec 31, YYYY
I'd like the code to read from Oct 1, YYYY TO Sept 30, YYYY
Is there a easy fix for that?