Calculation of Time

J

Justin

I am trying to calculate the diffrence of time using the -
function. Exp. time in - time out It works well as long
as the time I enter is AM to PM or AM to AM but I can't
enter PM to AM and get the correct time. Can some on
please help me I really need this to work. Thanks!
 
W

Wendy

I used the following in a query to calculate the elapsed
time:

TotalTime: DateDiff("n",[LogIn],[LogOut])



Wendh
 
Top