I never changed the code, but deleted/ recreated a new table and changed some of the datatypes. I'm sure the problem is with the spec file, since the first time I tried coding this, I had trouble and it wasn't until I redid the spec file over & over before it worked (never figured out the error).
Here's the code:
DoCmd.TransferText acImportDelim, "This Spec", "MICROMOLAR", strFolderPath & objF1.Name, False
Any thoughts?
Here's the code:
DoCmd.TransferText acImportDelim, "This Spec", "MICROMOLAR", strFolderPath & objF1.Name, False
Any thoughts?