I'm not sure what you're saying, but when I put this:
Expr1: ConvertDateToStringTime(ConvertStringTimeToDate([time1])
+ConvertStringTimeToDate([time2])+ConvertStringTimeToDate([time3]),"HH:MM")
into a query, it works just fine for me.
--
--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
"CompassDBA via AccessMonster.com" <u30801@uwe> wrote in message
news:6d100389928c1@uwe...
> Roger Carlson wrote:
>>Specifically which formula is not working in a query?
>>
>>>>On my website (www.rogersaccesslibrary.com), is a small Access database
>>>>sample called "ConvertStringStuff.mdb" which illustrates how to do this
>>[quoted text clipped - 12 lines]
>>> have
>>> any suggestions? Thanks!
>
> Your formula is converting time to string and I am converting string to
> time.
> =ConvertDateToStringTime(ConvertStringTimeToDate([time1])
> +ConvertStringTimeToDate([time2])+ConvertStringTimeToDate([time3]),"HH:MM")
>
> I am not using it exactly that way, I just tried the formula
> ConvertDateToString just to see if I could get it to work in a query. But
> I
> am converting from Text to time in the format HH:MM:SS. Thanks for your
> help
> with this.
>
> --
> Message posted via http://www.accessmonster.com
>