Ok, so i type this: Exp1: DateDiff(”d”,[Contract_Date],[Return_Date])
When i run the query, Access adds [] on ”d” and it's like using parameter: Exp1: DateDiff([”d”],[Contract_Date],[Return_Date])
I just want to show me the difference between days. :(