November 5, 200322 yr 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
November 5, 200322 yr MonthName(Date(Month(Status(CurrentDate))+1,1,1)) & " " & Year(Status(CurrentDate)) Dj
Create an account or sign in to comment