I need to write code that will import a file that is tab delimited and also may contain #EMPTY strings that I want removed. I can not use the import wizard because there are several date fields that the wizard never converts and always throws a type conversion error. I used to use Excel first to manipulate the data and then use the DoCmd.TransferSpreadSheet option, but this is no longer possible because my record count is about 150000 records. I just need the methods used to open the file and read the lines and maybe an example of reading the field value and manipulating it before updating in a table.
Thanks!!
Start Free Trial