I am creating a linked table into access using a .csv file. One of the columns is a date/time in the following format: "06-01-2010 06:10 AM ".
When I import it as Data Type Date/Time, Access shows "#Num!" in all of the fields (maybe because of the space at the very end?). Because of this I have imported it as text to retain the data and would now like to convert it to Date/Time format.
In doing research for this I keep seeing posts that say to use CDate(), however being fairly new to Access I am not sure where or how to use CDate(), or if maybe I can resolve it when importing the CSV somehow. Any help would be greatly appreciated.
When I import it as Data Type Date/Time, Access shows "#Num!" in all of the fields (maybe because of the space at the very end?). Because of this I have imported it as text to retain the data and would now like to convert it to Date/Time format.
In doing research for this I keep seeing posts that say to use CDate(), however being fairly new to Access I am not sure where or how to use CDate(), or if maybe I can resolve it when importing the CSV somehow. Any help would be greatly appreciated.
Comment