G
Guest
I am trying to record, in a table, the run time for various reports. I have
the StartTime and EndTime define as date fields. I want to post the
difference into a field in an access table. This formula gives the format
that I want when it is displayed in a message box, but won't record in like
manner in the Processing_Time field of my in the access table.
Here is the formula:
MsgBox ("Time Is " & Format((EndTime - StartTime), "h:m:s") & " Ended")
Returns (ie) : 4:10:30<---------This is what I want!
When I post this to a variant, date, or text formatted field the results are
different, usually something like:
12:00:00pm
Any Suggestions Please?
Thanks
Ross
the StartTime and EndTime define as date fields. I want to post the
difference into a field in an access table. This formula gives the format
that I want when it is displayed in a message box, but won't record in like
manner in the Processing_Time field of my in the access table.
Here is the formula:
MsgBox ("Time Is " & Format((EndTime - StartTime), "h:m:s") & " Ended")
Returns (ie) : 4:10:30<---------This is what I want!
When I post this to a variant, date, or text formatted field the results are
different, usually something like:
12:00:00pm
Any Suggestions Please?
Thanks
Ross