I am trying to write an expression that will check a date ("POL_EFF"
that is already in the database and add one month to it. What am I doing wrong in my syntax?
If Month(Date) = Month("POL_EFF"
Then DateAdd("m", 1,Month( "POL_EFF"
)

If Month(Date) = Month("POL_EFF"

Then DateAdd("m", 1,Month( "POL_EFF"
