Is there any function availaible to calculate the time difference between two time and dates?
Thanks in advance
Printable View
Is there any function availaible to calculate the time difference between two time and dates?
Thanks in advance
Yes. DateDiff will return the difference between two dates.
DateDiff("d",Date1,Date2) - returns the days between
DateDiff("h",Date1,Date2) - returns the hours between
etc
Regards
Anne Wright
Wright Computing