Tom England Posted January 7, 2002 Posted January 7, 2002 I apologise for posting another date related Topic! I want a field to show next month just as a Month and Year. eg, February 2002. Once in February it should show March 2002.
LiveOak Posted January 7, 2002 Posted January 7, 2002 NextMonth (calculation, text) = MonthName(Date(Mod(Month(CurrentDate) + 1, 12), 1, 1)) & " " & Case(Month(CurrentDate) = 12, Year(CurrentDate) + 1, Year(CurrentDate)) -bd
Thom Posted January 8, 2002 Posted January 8, 2002 monthNext(calc,date,unstored) = Date(Month(Status(CurrentDate)), 1, Year(Status(CurrentDate))) Change the field's Date Format to Custom to show only month name and year.
Recommended Posts
This topic is 8353 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now