Feb 16, 2012 #1 fhurmuzlu Programmer Nov 16, 2004 52 US Hello, I am trying to put the Month Name and year on a report using a text box formula. anybody knows the formula for Month name and Year Formula. Thanks in Advance.
Hello, I am trying to put the Month Name and year on a report using a text box formula. anybody knows the formula for Month name and Year Formula. Thanks in Advance.
Feb 16, 2012 1 #2 lbass Technical User Feb 9, 2002 32,816 US Of what field? Let's say it is a parameter {?Date}. Then create a formula like this: monthname(month({?Date}))+" "+totext(year({?Date}),"0000") You can use this formula directly or drop it into a text box. -LB Upvote 0 Downvote
Of what field? Let's say it is a parameter {?Date}. Then create a formula like this: monthname(month({?Date}))+" "+totext(year({?Date}),"0000") You can use this formula directly or drop it into a text box. -LB
Feb 21, 2012 #3 crystalkiwibruce Programmer Feb 16, 2011 104 NZ I find ToText more useful with a date mask ToText({?Date Value},"MMMM yyyy") Bruce Ferguson http://www.crystalkiwi.com/nlog.htm Upvote 0 Downvote
I find ToText more useful with a date mask ToText({?Date Value},"MMMM yyyy") Bruce Ferguson http://www.crystalkiwi.com/nlog.htm