Is there a way to truncate a date field in an Access SQL join statement. I'm joining a date field with a date-time and a field with just a date, but not returning anything since there are no matches. Is there a "trunc" function that can be used in the join statement, like there is in Oracle?