Dec 8, 2004 #1 kbrown73 MIS Sep 9, 2004 32 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 Jan 29, 2004 31 SE Try DateValue like this: DateValue ({DATABASE.TIME}) Upvote 0 Downvote