In Access 2007:
I'm attempting to automate the import of a delimited text file without success. I can manually import the text file with the wizard without problem. When I use the command DoCmd.TransferText acImportDelim, , "BB_Download", strFileName, -1 where strFileName is obtained thru the...