Good afternoon. I am using the following in my query:
Format(DateSerial(Year(Date()),[FiscalEndMM],1),"mm/"01"/"yyyy")
The problem I have found is that where I have the day of the month setting to 01, I'm told it should be set to the last day of the month.
How can I do that?
Format(DateSerial(Year(Date()),[FiscalEndMM],1),"mm/"01"/"yyyy")
The problem I have found is that where I have the day of the month setting to 01, I'm told it should be set to the last day of the month.
How can I do that?