I have tried to use the DateDiff-function to determine how many months there between today and the day a contract is signed.
In the query, I write the following:
DateDiff(month;Now();SignedDate)
MS Access 2003 won't accept eithter "month" nor "m" as the first attribute. Is there a way to make this function work or perhaps an even better way to solve this problem?
OL
In the query, I write the following:
DateDiff(month;Now();SignedDate)
MS Access 2003 won't accept eithter "month" nor "m" as the first attribute. Is there a way to make this function work or perhaps an even better way to solve this problem?
OL