I am using access 2013, through office 365 licence.
I am facing the following problem
- I create a new blank database and I create only one table with one field: date field named FromDate.
- I open the table for data entry and I try to enter the date in my first record. when I use date picker and for example if I select January 1st 2015, I will get in my field 1.1.20151
It seems that the number of days in a year has been concatenated at the end of the year string
Jan 1st 2015, year is 20151
Feb 1st 2015, year is 201532
Nov 1st 2015, year is 2015305
Smiljan Pilipović