T
Terrence Carroll
I am getting an error messge saying a I am missing a ( or|and I can not
figure out what is wrong. Can you please assist with debugging the following
code:
Test: IIF(Month(Date())>10 AND Month([Contract Info].[Start Date])<3,
Year(Date())+1, Year(Date())
Essentially I want this calculated field to take a look at the current month
and for January and February add one the the current year, otherwise the
field should be the current year
figure out what is wrong. Can you please assist with debugging the following
code:
Test: IIF(Month(Date())>10 AND Month([Contract Info].[Start Date])<3,
Year(Date())+1, Year(Date())
Essentially I want this calculated field to take a look at the current month
and for January and February add one the the current year, otherwise the
field should be the current year