I am linking to an Excel spreadsheet to a time formatted field (hh:mm:ss )that indicates how long a person was on the phone. So, 00:8:30 = 0 hours, 8 minutes and 30 seconds.
However, when I link to this table, Access and Excel see this value as 12:08:30 AM, that is as a physical time rather than a duration. So, when I do a Left(time,2) for example, it returns 12.
What I ultimately need to do is import into a db 8.5 minutes of call time for this person. Can anyone help me unformat this time variable into a duration variable?
Thanks much!
However, when I link to this table, Access and Excel see this value as 12:08:30 AM, that is as a physical time rather than a duration. So, when I do a Left(time,2) for example, it returns 12.
What I ultimately need to do is import into a db 8.5 minutes of call time for this person. Can anyone help me unformat this time variable into a duration variable?
Thanks much!