T
Timothy M Hodgson
Using Access 2003, the query SELECT * FROM anyTable WHERE [datetime] =
#25.03.2004 10:16:43# returns the error: Syntax error in date in query
expression.
My OS is Windows 2003 Standard Server, my regional setting is for
Switzerland (Italian), the date format is dd.mm.yyyy.
If I change the query to use US (English) date formatting, e.g.
#3/25/2004 10:16:43#, the query runs without error. I've also tried
UK (English) formatting, #25/03/2004 10:16:43# without any problem.
The problem appears to be that Access does not recognize the
dot/period date format separator.
Is this a bug in the Jet Engine or do I need to do something different
with my query?
Tim Hodgson
#25.03.2004 10:16:43# returns the error: Syntax error in date in query
expression.
My OS is Windows 2003 Standard Server, my regional setting is for
Switzerland (Italian), the date format is dd.mm.yyyy.
If I change the query to use US (English) date formatting, e.g.
#3/25/2004 10:16:43#, the query runs without error. I've also tried
UK (English) formatting, #25/03/2004 10:16:43# without any problem.
The problem appears to be that Access does not recognize the
dot/period date format separator.
Is this a bug in the Jet Engine or do I need to do something different
with my query?
Tim Hodgson