A
Anthony Viscomi
I am trying to display the elaspsed time that it for a loop that contains
Update Queries. I have the following:
Dim Starttime as Date
StartTime = Now
(performs updates)
MsgBox "Total Time Taken: " & Now - StartTime
The result of the above message is somethimg like this:
X.XXXXXXE-X.X
From what I can gather from the Help on Date this number represents IEEE
64-bit (8-byte) floating-point numbers. Is there a conversion for this?
Thanks,
Anthony
Update Queries. I have the following:
Dim Starttime as Date
StartTime = Now
(performs updates)
MsgBox "Total Time Taken: " & Now - StartTime
The result of the above message is somethimg like this:
X.XXXXXXE-X.X
From what I can gather from the Help on Date this number represents IEEE
64-bit (8-byte) floating-point numbers. Is there a conversion for this?
Thanks,
Anthony