Hi ,
I was trying to truncate the time part using
Format (MyDatetime, "mm/dd/yyyy") or Format(MydateTime, "Short Date")
But once i use format , the field loses it's date datatype and behaves as a string, so that if i sort asc 1/1/2003 appears before 12/31/2002.
I want to be able to do a...