Thread: DatePart
View Single Post
  #3  
Old June 4th, 2010, 09:03 PM posted to microsoft.public.access.queries
Keith
external usenet poster
 
Posts: 531
Default DatePart

Using the TimeValue worked perfectly!

Thank you Marshall.


Keith

"Marshall Barton" wrote:

Keith wrote:

I'm trying to convert "mm/dd/yyyy hh:nn:ss" date format to just time using
DatePart function.

I've used DatePart("hh:nn",[TimeIn]) and it returns "Error".

I've used TEMP: DatePart("h",[TimeIn]) & ":" & DatePart("n",[TimeIn]) and it
returns the time; however, I can't compare the result to other time since it
returns the results in text format.


That would be a complicated way to get the time part of a
date/time value. Try using the TimeValue function instead.

--
Marsh
MVP [MS Access]
.