G
Guest
Getting the time down to milliseconds.
I am trying to get the time down to the millisecond so I can use it to
create primary keys. Can I get the time down to the millisecond in Access
2002 in VBA?
I have tried to use the Now() function and to put it into a Double, but it
doesn’t reflect the millisecond when I test it out. When i click the button
it pretty much returns it down to the same second. I imagin that if i can
get it down to the millisecond that I won't be able to add records fast
enough to give it the same time.
(Example)
PlatoonID
38353.6403819444
38353.6403819444
38353.6403935185
38353.6403935185
38353.6403935185
38353.6403935185
38353.641099537
38353.641099537
38353.6411111111
38353.6411111111
38353.6411111111
38353.6411111111
38353.6411226852
38353.6691319444
38353.6691435185
38353.6691435185
38353.6691435185
38353.6691550926
38353.6691550926
Thanks
I am trying to get the time down to the millisecond so I can use it to
create primary keys. Can I get the time down to the millisecond in Access
2002 in VBA?
I have tried to use the Now() function and to put it into a Double, but it
doesn’t reflect the millisecond when I test it out. When i click the button
it pretty much returns it down to the same second. I imagin that if i can
get it down to the millisecond that I won't be able to add records fast
enough to give it the same time.
(Example)
PlatoonID
38353.6403819444
38353.6403819444
38353.6403935185
38353.6403935185
38353.6403935185
38353.6403935185
38353.641099537
38353.641099537
38353.6411111111
38353.6411111111
38353.6411111111
38353.6411111111
38353.6411226852
38353.6691319444
38353.6691435185
38353.6691435185
38353.6691435185
38353.6691550926
38353.6691550926
Thanks