Thank you for your assistance with my previous query. I have now successfully used the DATEADD function, but it appears that it is not adding correctly, ie
DateAdd("m", -1, [BenchMonth]), where [BenchMonth] = "2002/02/28" returns "2002/01/28"
Any assistance in getting it to always show the last day of the month would be appreciated.
DateAdd("m", -1, [BenchMonth]), where [BenchMonth] = "2002/02/28" returns "2002/01/28"
Any assistance in getting it to always show the last day of the month would be appreciated.