I’m using Access 2000.
I’m trying to find the number of weeks between two dates. Date fields are START_DATE and END_DATE, both on the same table.
I have a query with the two fields and in an empty field cell I’ve put:
DateDiff("ww", [START_DATE], [END_DATE])
This kicks out an invalid syntax error and highlights the comma after the “ww”.
I’ve tried several variations, but keep getting a syntax error. Per Access help the above DateDiff should be correct. Any suggestions??
I’m trying to find the number of weeks between two dates. Date fields are START_DATE and END_DATE, both on the same table.
I have a query with the two fields and in an empty field cell I’ve put:
DateDiff("ww", [START_DATE], [END_DATE])
This kicks out an invalid syntax error and highlights the comma after the “ww”.
I’ve tried several variations, but keep getting a syntax error. Per Access help the above DateDiff should be correct. Any suggestions??