I am importing a HTML file into a database in Microsoft Access and the HTML file contains a column with date.
For instance, the column contains data like "25 May 15". When I import the data into a table, I face two Import Errors.
First Error:
It gives an Import Error called Type Conversion Failure when I import the data as Date/Time. However, it works fine when I import it as text format.
Second Error:
When i add similar table which the date data is of "24 May 15", on top of the current table. It gives an Import Error called Type Conversion Failure. It doesn't allow me state the type of format of the date column.
Need some guidance on how to solve this date/time issue.