? DateDiff("n", #0:00#, #2:45#), DateAdd("n", 165, #0:00#)
165 02:45:00
You can easily convert the minutes as a long into a DateTime value and vice versa. DateTime is also a number internally.
Text as a data type is more complicated, you want to calculate with numbers.
I would look at...