I am importing data from Excel to Access Table using VBA. One of the column has date in the form dd.mm.yyyy but it is stored as short text. How can I change the short text data type to date as dd.mm.yyyy.
Initially I had set the table column as type date but I was not able to import data due to data type mismatch.
Therefore, once the data is in the access table, I would like to change the data type to date with format dd.mm.yyyy.