=(DateDiff("n",[StartTime],[StopTime]))\60 &
Format((DateDiff("n",[StartTime],[StopTime])) Mod 60,"\:00")
This will show it as...
HH:MM
You can do it as just minutes if you'd prefer...
=DateDiff("n",[StartTime],[StopTime])
--
Rick B
"Ab"
wrote in message
news:1E761490-6BF7-468C-BA54-ED4408FE4DB4@microsoft.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13827
>I have made a table having a field- clockIntime and another field
> ClockOutTime --I need to know the difference between the clock in and
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13827
> clock
> out time in my query or report.
> Please reply ASAP