I'm using Access 2003.
I have a TransferText command that works fine, as follows:
DoCmd.TransferText acImportDelim, "LiaImportSpecification", "tblLiaSourceImport", "H:\SmartSoft\SsLogistics\CSVInput\lia.csv", False
However, if I copy the lia.csv file as LIA.20120819.211726.csv and...