Convert String to Date in MS Access Query

Use the DateValue() function to convert a string to date data type. That’s the easiest way of doing this.

DateValue(String Date) 

Leave a Comment