Okay I need some help please.
I have a form where the user enters a signIn time and a SignOut time for a specific project and i want to get the calculated amount of time worked on that project. how do i accomplish this.
example
signIn @ 12:30Pm SignOut @ 5:30 Pm TotalHours = 5 hours
This is what i have so far inside the txtTotalHrs
=txtSignIn - txtSignOut
I have a form where the user enters a signIn time and a SignOut time for a specific project and i want to get the calculated amount of time worked on that project. how do i accomplish this.
example
signIn @ 12:30Pm SignOut @ 5:30 Pm TotalHours = 5 hours
This is what i have so far inside the txtTotalHrs
=txtSignIn - txtSignOut