Extracting Times

Bill Pugh

Registered User.
Local time
Today, 05:46
Joined
Jul 23, 2003
Messages
22
I've got a field in a table called GenTime. It is in a Date/Time format, like 5/16/2005 7:00:00 PM.

What I need to do is extract from this field the time, like 7:01:00 PM to 7:59:00 PM. I just can't seem to make it work?? :(

Help!
 
SJ McAbney said:
TimeValue() function.


I've tried TimeValue() but I need al row with times from 7:01:00 AM to 7:59:00 AM. How could you use TimeValue() to do this?

Thanks :)
 

Users who are viewing this thread

Back
Top Bottom