Dec 8, 2004 #1 kbrown73 MIS Joined Sep 9, 2004 Messages 32 Location US crystal 8.5, ODBC, Access Database How can I extract just the Date from a datetime field. I am trying to use the Datepart function, but it is returning errors... my format needs to be mm/dd/yyyy Thanks in advance.
crystal 8.5, ODBC, Access Database How can I extract just the Date from a datetime field. I am trying to use the Datepart function, but it is returning errors... my format needs to be mm/dd/yyyy Thanks in advance.
Dec 8, 2004 #2 gazol Technical User Joined Jan 29, 2004 Messages 31 Location SE Try DateValue like this: DateValue ({DATABASE.TIME}) Upvote 0 Downvote
Dec 8, 2004 Thread starter #3 kbrown73 MIS Joined Sep 9, 2004 Messages 32 Location US That works, thanks... Upvote 0 Downvote