I have two tables that store time as string in this format:
01:20:21.92 (ex.) with a bunch of spaces after the time.
Ultimately, I need to add the two times together, but when I trim the spaces and then set the properties of each field to Long Time in a query, it still concatenates the two times as if they were strings. Ex: 13:20:21 + 18:00:00 results in 13:20:2118:00:00
I've been looking at this waaaay to long and it is driving me crazy.
Any help greatly appreciated.
01:20:21.92 (ex.) with a bunch of spaces after the time.
Ultimately, I need to add the two times together, but when I trim the spaces and then set the properties of each field to Long Time in a query, it still concatenates the two times as if they were strings. Ex: 13:20:21 + 18:00:00 results in 13:20:2118:00:00
I've been looking at this waaaay to long and it is driving me crazy.
Any help greatly appreciated.