Hello Everyone,
I created a new field in my query called FiscalYear, where I want the field to identify the fiscal year, where the fiscal year runs from April to March of the next year. I successfully have this field created. My expression for this calculation is as follows:
IIf(Month([ClaimInputTbl]![DateofComplaint])>3,Year([ClaimInputTbl]![DateofComplaint]),Year([ClaimInputTbl]![DateofComplaint]))
Here is where my problem is though--I want my query to only show records that are for the current fiscal year.
Can someone please tell me how to do that? Thanks!
I created a new field in my query called FiscalYear, where I want the field to identify the fiscal year, where the fiscal year runs from April to March of the next year. I successfully have this field created. My expression for this calculation is as follows:
IIf(Month([ClaimInputTbl]![DateofComplaint])>3,Year([ClaimInputTbl]![DateofComplaint]),Year([ClaimInputTbl]![DateofComplaint]))
Here is where my problem is though--I want my query to only show records that are for the current fiscal year.
Can someone please tell me how to do that? Thanks!