Hello I use this statement to import a text file but it doesn't import it as tab-deliminted, it puts everything into one field. How can I tell it to import the file using tab as the delimiter?

Code:
tmpAccess.DoCmd.TransferText acImportDelim, , strTable, strSourcePath, True

Thanks,
Thai