How can I have my Date Diff query give me decimal places (4 to be precise) -- This is my query
Code:Diff: DateDiff('d', [Date1],[Date2])
How can I have my Date Diff query give me decimal places (4 to be precise) -- This is my query
Code:Diff: DateDiff('d', [Date1],[Date2])
days are NOT decimal. you cant have 1/2 a day.
try hours then divide/24 for hours, and you can have a decimal.