veganboyjosh Posted November 5, 2003 Posted November 5, 2003 hey there... i'm having problems getting my calc to work correctly. i have two fields in this issue. current month-a calc that returns as text the current month and year next month- a calc that uses the current month to figure out the next month and today's year, and returns this as text. the current month field works fine. here is the next month's calc: MonthName(Month(Today)+1) & " " & Year(Today) the problem i'm having is this: the next month field returns january. i thought it was cos i had misplaced the 1, bnut it returns january no matter what the number i add to the current month is. i tried subtracting months, still january. when i change the type of the field from text to number, it seems to return 12 since today is november. i can't figure this out. please help. there's gotta be an easier way to do this. thanks in advance. josh
djgogi Posted November 5, 2003 Posted November 5, 2003 MonthName(Date(Month(Status(CurrentDate))+1,1,1)) & " " & Year(Status(CurrentDate)) Dj
Recommended Posts
This topic is 7792 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