How do I Subtract one text field from another in a query. I have an employee cap field where its default value is always 50:00. I need to be able to subtract a text field "SumUTime" from the "Employee_Cap" field.
e.g.
50:00 [Employee_Cap]
37:15 [SumUTime]
12:45 [TimeAvailable] Desired output
e.g.
50:00 [Employee_Cap]
37:15 [SumUTime]
12:45 [TimeAvailable] Desired output