Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithIf the field is already a datetime data type, you can simply use date(myfield) to remove the time.
However, if the field is a string, then you can use date(left(myfield,10),"CCYY-MM-DD")