I'm always coming across problems with dates but no one has really been able to give me a definitive answer!!!
I'm in the UK with UK laptop running on a UK network. The laptop date format is DD/MM/YYYY so is the network. My database (Access 2010) stores the data in the same way (yeah I know it stores it as a number but it is displayedas DD/MM/YYYY).
Now I've written a wee form that takes a date from a form. The field is unbound and has a format of short date. You can ONLY enter data from the calender icon thingywotsit. The date entered is used to produce another form which is based on query. Now if I entered a date where the day is bigger than 12 everything works. If I enter a date with day 12 or less then the days and months are swapped over.
So when selecting 2 dates from August....
25/08/2014 finds records for 25/08/2014
03/08/2014 finds records for 08/03/2014
When I last had something like this I had all sorts of people saying date is stored as a number, depends on your settings etc etc I checked everything out and all was in order but still day and month were transposed. My settings are still the same and I'm guessing that the number equivalent for 3rd of August is being stored properly so is all this happening?
I'm in the UK with UK laptop running on a UK network. The laptop date format is DD/MM/YYYY so is the network. My database (Access 2010) stores the data in the same way (yeah I know it stores it as a number but it is displayedas DD/MM/YYYY).
Now I've written a wee form that takes a date from a form. The field is unbound and has a format of short date. You can ONLY enter data from the calender icon thingywotsit. The date entered is used to produce another form which is based on query. Now if I entered a date where the day is bigger than 12 everything works. If I enter a date with day 12 or less then the days and months are swapped over.
So when selecting 2 dates from August....
25/08/2014 finds records for 25/08/2014
03/08/2014 finds records for 08/03/2014
When I last had something like this I had all sorts of people saying date is stored as a number, depends on your settings etc etc I checked everything out and all was in order but still day and month were transposed. My settings are still the same and I'm guessing that the number equivalent for 3rd of August is being stored properly so is all this happening?