Link to home
Start Free TrialLog in
Avatar of Gordon Hughes
Gordon HughesFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Show differences in time

I have a report which has in the database fields
RequestDate
RequestTime
Investcompdate
investcomptime
From a report standpoint, I have created the follow:
Requested Date Time = CDateTime (Date({WO.REQUESTDATE}) & " " & Time({WO.REQUESTTIME}))
Investigated = CDateTime (Date({WO.INVESTCOMPDATE}) & " " & Time({WO.INVESTCOMPTIME}))
These two formula work fine
What I am looking for is a formula which will sow me the time elaped between the RequestDate/RequestTime and the Investcompdate/Investcomptime
as a decimal figure ie 15 mind would be 0.25
Gordon
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gordon Hughes

ASKER

All works great