On my website (
www.rogersaccesslibrary.com), is a small Access database
sample called "ConvertStringStuff.mdb" which (among other things)
demonstrates how to add time values stored in text fields as strings to get
around this 24 hour limitation.
--
--Roger Carlson
MS Access MVP
Access Database Samples:
www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L
"FL" <(E-Mail Removed)> wrote in message
news:69DF5DEF-AF86-4EE2-BA85-(E-Mail Removed)...
> Any suggestions on adding mm:ss using Date/Time (Data Type) field. As an
> example I have to add the following times. Note: these are run times and
> obviously not clock times. The Date/Time field allows for hh:mm
>
> 44:22 (or 44 minutes and 22 seconds)
> 45:30 (or 45 minutes and 22 seconds)
>
> Problem:
> The Date/Time field allows for 23:59 maximum clock time. I'm able to
> display these times using a text (Data Type) field but cannot add or
average
> multiple entries of these times (mm:ss).
>
>
> --
> FL