Hi all, I've searched the forums on this and although I've found several threads with similar issues, none of the suggestions have worked for me. I don't know if it's because I'm using Access 2003???
Anyway, I'm running a search option for users that allows them to enter a date (English format dd/mm/yy) and compares it against records in a table and returns matches. My problem (as for others I've come across here) is that it assumes in the query that the date is in the US format mm/dd/yy so doesn't return matches.
My regional settings are on English.
When I searched the Help section on VBA, it said:
Is there a way round this?
Thanks in advance...
Anyway, I'm running a search option for users that allows them to enter a date (English format dd/mm/yy) and compares it against records in a table and returns matches. My problem (as for others I've come across here) is that it assumes in the query that the date is in the US format mm/dd/yy so doesn't return matches.
My regional settings are on English.
When I searched the Help section on VBA, it said:
PHP:
Use International Date Formats in SQL Statements
You must use English (United States) date formats in SQL statements in Visual Basic. However, you can use international date formats in the query design grid.
Is there a way round this?
Thanks in advance...