ms access - When i import the date format in excel(dd/mm/yyyy) to msaccess it is showing non date value -


When I'm importing the excel file in the debt format (DD / MM / YY), this non-date value Showing this problem.

Example: From 27/3/2012 to 33765 here is a non-date value of 33765

< P> The reason for this is that all the dates in the world of MS Office are actually numerical values, as you did on 27/03/2012, equal to 40995.

Create a new table while using the Import Wizard, Access reads it automatically because it is the correct numeric value and sets the column type as such.

Fortunately it's easy to fix, open the design view of your desk, modify the column in question, in date format and save the table, now all of these values ​​can be presented correctly. .

Alternatively, set an empty table with the column already set to date data type, and then import your table into the current table.


Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -