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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

month function is giving the wrong month

Status
Not open for further replies.

mordyb

Programmer
Nov 9, 2003
9
I have a query that pulls from a table with a date field called date. In the query I have another field that I want only the name of the month of the date field. When I use month([date]) the month is correct but only gives me the number. When I use format(month([date])."mmmm") it returns the month prior to the month of the date field. What am I doing wrong. TIA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top