January 18, 200521 yr Hi there, I want to get a calc field that will display the month name in two months ahead. If I use this calc, I know that January will be displayed: MonthName(Status( CurrentDate)) What about March? Mike
January 18, 200521 yr Have a try with : MonthName(Date(Month(Status(CurrentDate))+2;1;Status(CurrentYear)))
January 18, 200521 yr Author Bonjour Ugo, There was a small glitch in the cal. I had to replace CurrentYear by CurrentDate. After I fixed the detail, I endend up with an empty field. In fact, the result should be March
January 18, 200521 yr Nope Should be : MonthName(Date(Month(Status(CurrentDate))+2;1;Year(Status(CurrentDate)))) Sorry about that.
Create an account or sign in to comment