Okay help please!
I have asked this before but it still hasnt solved it
I currently have 3 textboxes
txtSignIn, txtSignOut, txtTotalHrs
the user enters a signIn time and a SignOut time and i would like to the calculate time including minutes not just hours between the two textboxes.
So if I Signed In @ 8:35 AM and SignOut @ 1:50 PM my totalhours text box should display the correct hours and minutes worked.
Now the other problem is when the user works the midnightshit and it turns into a new day....
So SignIN @ 10 PM and SIgnOut at 6AM (Next Day)
So far i'm using this
=DateDiff("h",[txtSignIn],[txtSignOut])
and so far it doesnt work for the midnighshift or does it return the minutes it just returnes the hours
Somebody please Help with this!
Thanks in Advance
I have asked this before but it still hasnt solved it
I currently have 3 textboxes
txtSignIn, txtSignOut, txtTotalHrs
the user enters a signIn time and a SignOut time and i would like to the calculate time including minutes not just hours between the two textboxes.
So if I Signed In @ 8:35 AM and SignOut @ 1:50 PM my totalhours text box should display the correct hours and minutes worked.
Now the other problem is when the user works the midnightshit and it turns into a new day....
So SignIN @ 10 PM and SIgnOut at 6AM (Next Day)
So far i'm using this
=DateDiff("h",[txtSignIn],[txtSignOut])
and so far it doesnt work for the midnighshift or does it return the minutes it just returnes the hours
Somebody please Help with this!
Thanks in Advance