If I import a tab delimited file into Access by hand it auto-detects it as tab delimited.
Why then, if I try to replicate this using VBA does it exist on thinking it's comma delimited:mad:
The line I'm using is this:
DoCmd.TransferText acImportDelim, , "Import", strPath & strFile, True
Is...