There had been no error for the last year, now suddenly today I receive the error - Undefined function 'date' in expression for the following:
UPDATE Table1 SET Table1.[Days in House] =DATE()-[Mod Received Date] WHERE IsNull([Mod Resolved Date]);
DATE() is simply the current date and I don't get it!
Any advice is greatly appreciated
UPDATE Table1 SET Table1.[Days in House] =DATE()-[Mod Received Date] WHERE IsNull([Mod Resolved Date]);
DATE() is simply the current date and I don't get it!
Any advice is greatly appreciated