Previous Month (1 Viewer)

vvasudev

Registered User.
Local time
Tomorrow, 02:32
Joined
Oct 14, 2009
Messages
37
hello,

I need to update a current field with the Previous Month.ie a query to update column with the name of the previous month Like Jan or January etc..Any help would be highly appreciated
 

HiTechCoach

Well-known member
Local time
Today, 17:32
Joined
Mar 6, 2006
Messages
4,357
Not sure exactly what you are trying to do.

Maybe this will help:

Date() = 12/15/2009
Code:
? MonthName(Month(Date())-1)
November
 

vvasudev

Registered User.
Local time
Tomorrow, 02:32
Joined
Oct 14, 2009
Messages
37
Thanks a million times mate..U have saved enormous time and really greatful for the quick response...


cheers
Vineeth
 

Users who are viewing this thread

Top Bottom