data type - timestamp

  • Thread starter Thread starter BCat
  • Start date Start date
B

BCat

Hi all,

If there is not timestamp datatype in Access, what should I use to rplace
it?

BTW, how to get milisecond in Access?

Thanks
 
BCat said:
Hi all,

If there is not timestamp datatype in Access, what should I use to rplace
it?
DateTime

BTW, how to get milisecond in Access?

You can't.
 
with api

declare function timeGetTime Lib "winmm.dll" alias "timeGetTime " ()
as Long

If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW
 
Andi Mayer said:
with api

declare function timeGetTime Lib "winmm.dll" alias "timeGetTime " ()
as Long

Just be aware that you can't store it in a Date datatype.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top