I am a fairly novice Accesser.
I have an application where I want to track the duration of an event in minutes:seconds. I don’t care whether the colon appears (I can handle that), but I would like to validate correct entries and perform some simple math.
I tried to use short time (where I would pretend it was mm:ss rather than hh:mm), but that limits me to 24 “minutes”.
Is there any simple way to do this or am I going to need to code like hell?