|
Question : to_date MS-Access
|
|
Hi All, I am working on a query in MS-Access Environment, where I have to search for a date [input from user] between two dates [stored in the table, "from_date" and "to_date"]. I am able to do that if I store the date in a second table and run query with between operation. I was wondering if there is any function in MS-Access which can convert the string ('06/03/2005') in to date format ('mm/dd/yyyy'). I tried to_date function but Access says undefined function in expression.
Thanks
|
|
Answer : to_date MS-Access
|
|
You can try CDate, or any of the numerous variations of Format()
|
|
|
|