Maybe I'm overcomplicating things for myself but I need to do some simple math and it's not turning out to be too simple!
I have a form that a technician can enter the start time and the end time spent on a particular job so we know how much time to invoice the customer. TimeOut - TimeIn should equal TotalTime, right? Right. I'm using Double type instead of Date/Time but am having a heck of a time getting my head around how to code the expression to allow for the 24 hour and base 60 as well as how to handle time that spans from AM - PM.
I'm new to Access and VB so please bear with me. You don't have to type slow or anything but forgive me if my newbieness shows.
)
Thanks, Mike
I have a form that a technician can enter the start time and the end time spent on a particular job so we know how much time to invoice the customer. TimeOut - TimeIn should equal TotalTime, right? Right. I'm using Double type instead of Date/Time but am having a heck of a time getting my head around how to code the expression to allow for the 24 hour and base 60 as well as how to handle time that spans from AM - PM.
I'm new to Access and VB so please bear with me. You don't have to type slow or anything but forgive me if my newbieness shows.
Thanks, Mike