Hello! I have to make coursework in Access, but I got a problem. So in my courcework, I need to make database about rent a car business. One of the queries have to show the sum which client have to pay. There is a renting tax for each day and for example: One customer rents a car for the period: 13/11/2013 to 16/11/2013. So i have to use DateDiff to count difference between these days. The difference X Cost Per Day = Total Costs. I use DateDiff but with no luck:
Exp1: DateDiff(''d'',[Contract_Date],[Return_Date]
I receive error message that says invalid syntax and select the "d".
I'll appreciate the help! Thanks in advance!
Exp1: DateDiff(''d'',[Contract_Date],[Return_Date]
I receive error message that says invalid syntax and select the "d".
I'll appreciate the help! Thanks in advance!