Search results

  1. R

    DoCmd.TransferText Runtime error '3001' Invalid argument

    I have a couple of queries & trying to import my log details into an access table. On running the following it stops at the point below & gives me the above error. DoCmd.TransferText acImportDelim, "Logs Import Specification", "tmp Temporary File", fname2, 0 please help!!!! Riya
Back
Top Bottom