Is there a way in a query I can add a Date Diff option to calculate the time between a date that is in the query and now?
I was trying something like this but no luck
=DateDiff("d", [DateToPerson], [now])
Thanks
I was trying something like this but no luck
=DateDiff("d", [DateToPerson], [now])
Thanks