M
Martin Severin Steffensen
I am pretty new to MS Access and I'm experiencing difficulty SELECT'ing data from a table with a criteria expression involving a date. The data in my date&time column is formatted as dd.mm.yyyy hh:mm:ss
My test query is SELECT * FROM blog_entries WHERE created = '08.10.2012 00:00:00' and the error I am receiving is Data type mismatch.
What am I doing wrong?
My test query is SELECT * FROM blog_entries WHERE created = '08.10.2012 00:00:00' and the error I am receiving is Data type mismatch.
What am I doing wrong?