Time Difference

bluedigital

Registered User.
Local time
Today, 14:54
Joined
Nov 21, 2007
Messages
20
I have a database with a Time_In and Time_Out field. How do I calculate the difference in the two times, meaning the total time of the call, and display it on a Crystal report? Any help would be appreciated :)
 
You would use the DateDiff() function. Look up the help files to find out the codes for the many different period types (i.e. years, months, seconds, etc.) that you can return values on.
 

Users who are viewing this thread

Back
Top Bottom