I am trying to write a report that looks at a date in the database, compares the month to the current month + 1, and only shows records that meet the criteria and not all records. The expression will check a date ("POL_EFF") that is already in the database and add one month to it then...
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"))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.