Hello All,
I recently wrote the following Statement in Access: FY: IIf(Year([Date])<6,Year([Date])+1,Year([Date])) Right now it's returning the correct fiscal years for all of the dates that are less than 6. However, the fiscal years for the dates greater than 6 aren't changing. What would I need to add to that statement to fix the problem?
I recently wrote the following Statement in Access: FY: IIf(Year([Date])<6,Year([Date])+1,Year([Date])) Right now it's returning the correct fiscal years for all of the dates that are less than 6. However, the fiscal years for the dates greater than 6 aren't changing. What would I need to add to that statement to fix the problem?