S
Silvio
I am trying to Add 6 months to [MyDate] field and format the result in Month
only
I know that Format([MyDate],"mmm") will show only the month
and
DateAdd("m",6,[MyDate]) will add 6 months to MyDate
But how I can not get both syntax work together?
This is what I have done but it does not work :-(
=Format((DateAdd("m",6,[MyDate]),"mmm"))
Thanks for the help folks.
only
I know that Format([MyDate],"mmm") will show only the month
and
DateAdd("m",6,[MyDate]) will add 6 months to MyDate
But how I can not get both syntax work together?
This is what I have done but it does not work :-(
=Format((DateAdd("m",6,[MyDate]),"mmm"))
Thanks for the help folks.