L
Lars Brownies
In a calculated field I'm using:
=MonthName(Month(DateAdd("m";-2;Date())))
to get the name of the month, two months earlier than the current month.
Is there a easier/better way to get the same result?
Thanks,
Lars
=MonthName(Month(DateAdd("m";-2;Date())))
to get the name of the month, two months earlier than the current month.
Is there a easier/better way to get the same result?
Thanks,
Lars