This is strange, I don't work with the server, I just do coding, but DateAdd('m', -12, now()) worked yesterday, and today it doesn't work. To fix it I am now using
But it seems strange that a server upgrade, or what ever it is wouldn't support both ways.
Code:
DateAdd('y', -1, now())
But it seems strange that a server upgrade, or what ever it is wouldn't support both ways.