Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Month Name and year 1

Status
Not open for further replies.

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.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top