Good morning all, I hope there is an easy answer to this one. I want to enter usage time for a call center rep into fields within my table.
I have formatted the fields for time, however since these are call center stats I need to be able to enter on the form HH:MM:SS as the format and don't know how to get there.
So If the time logged is 1 hour, 23 minutes and 2 seconds I want to be able to enter the following string into my field:
012302 and have it show as 01:23:02...
How do I get this to happen, any and all help would be appreciated thanks.
Please keep in mind I will then be using this time entry in calculations and converting it to total seconds in another field 'lets say secs' that will convert the time to seconds:
For example from above: (((1hour*60(for minutes))*60 for seconds)+(23*60sec)+02sec) which would ultimately get me to a total of 4,982 total seconds. This is the number I need for calculations.
Is this easy or difficult???
I have formatted the fields for time, however since these are call center stats I need to be able to enter on the form HH:MM:SS as the format and don't know how to get there.
So If the time logged is 1 hour, 23 minutes and 2 seconds I want to be able to enter the following string into my field:
012302 and have it show as 01:23:02...
How do I get this to happen, any and all help would be appreciated thanks.
Please keep in mind I will then be using this time entry in calculations and converting it to total seconds in another field 'lets say secs' that will convert the time to seconds:
For example from above: (((1hour*60(for minutes))*60 for seconds)+(23*60sec)+02sec) which would ultimately get me to a total of 4,982 total seconds. This is the number I need for calculations.
Is this easy or difficult???