Date Math to Milliseonds

J

Jack

Hello,

I noticed the datediff function will provide date math to the nearest
second, but how can I perform date math to the nearest millisecond?

Thanks in advance!
Jack
 
A

Allen Browne

You can't get that kind of granularity out of the Date/Time data type in
Access.

Use the Currency data type to store the duration in seconds.
 
Top