--
When your hammer is C++, everything begins to look like a thumb.
(Steve Hoflich)
Ken Snell
<MS ACCESS MVP>
"Bllich" <x...@xxx.xxx> wrote in message
news:Xns985315143...@195.29.150.88...
There are some functions on this web page that may help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnovba01/html/Lightweight.asp
--
'---------------
'John Mishefske
'---------------
> ACCESS does not easily nor accurately store milliseconds in its normal
> date/time data type. What typically is done is to store the total
> number of milliseconds as a numeric value in a field, then do
> calculations to convert to "full" time or to calculate "elapsed" or
> "total" time.
I also thought of that and that's what I'm gonna do!
thank you all!
> use integer divide \
> and MOD.
example?