I am using the following to transfer Excel data into a database.
DoCmd.TransferSpreadsheet acImport, 8, "tblRawData", strInputFileName, True, ""
One of the fields [Result] fails to transfer a value when it has a value with a less than symbol (<0.04). The table I am importing into tblRawData...