Why not just store as DateTime with a calculated column in table or query? On the form, turn off the DatePicker and set the display format to hh:mm:ss for control.
ElapsedSeconds = Hour([Elapsed])*60*60+Minute([Elapsed])*60+Second([Elapsed])
On a report you would automatically be able to...
There is now a shared version (32bit and 64bit) of the Common Controls. You can switch back and forth from running a frontend accdb with either O365 Access 32bit or 64bit with no issues. Of course that doesn't work with an accde, you have to have two different compiled versions.
If you import...