Hi, I am trying to compute some due dates and here is how it should work:
DueDate: IIf([2000 population]>4000
Then I need to take field [FiscalYearEnd] which represents a two digit month of the year, ADD 6 months to that number and ADD to that the value of the current year.
So if the population is over 4000, and they have a fiscal year ending of March, their due date should be: September of 2007
Can anyone help me with this?
DueDate: IIf([2000 population]>4000
Then I need to take field [FiscalYearEnd] which represents a two digit month of the year, ADD 6 months to that number and ADD to that the value of the current year.
So if the population is over 4000, and they have a fiscal year ending of March, their due date should be: September of 2007
Can anyone help me with this?