purpledawn
Programmer
I am creating a form for inputs for a query to create a report. 2 of the boxes are unbound and will have dates entered in them, specifying a range. The users are Spanish and so will enter dates in dd/mm/yyyy format. I have changed the Windows regional settings to one where this date format is the default. Dates in tables and data entry forms are all displayed using dd/mm/yyyy format.
The problem is this:
When I type in a date where the day is 12 or less, Access uses mm/dd/yyyy to query. ie if I enter 1/3/2001, it querys using Jan. 3., rather than Mar. 3. However, if the day is 13 or more, it uses dd/mm/yyyy format, i.e. 15/3/2001 querys using Mar. 15. The date format in these boxes is the default for Short Date, and in the example it is in dd/mm/yyyy format, as it should be according to the regional setting. The input mask is 00/00/0000;0;_
I want it to query using Mar 3 when 01/03/2001 is entered.
Does anyone know how to make Access cooperate in this matter?
Thanks.
The problem is this:
When I type in a date where the day is 12 or less, Access uses mm/dd/yyyy to query. ie if I enter 1/3/2001, it querys using Jan. 3., rather than Mar. 3. However, if the day is 13 or more, it uses dd/mm/yyyy format, i.e. 15/3/2001 querys using Mar. 15. The date format in these boxes is the default for Short Date, and in the example it is in dd/mm/yyyy format, as it should be according to the regional setting. The input mask is 00/00/0000;0;_
I want it to query using Mar 3 when 01/03/2001 is entered.
Does anyone know how to make Access cooperate in this matter?
Thanks.