G
Guest
The following method would not work until I changed the file type to .TXT. A
message appeared saying (I think) "Cannot import this file."
DoCmd.TransferText acImportFixed, "Transaction Import", "tblMyTable",
"G:\MyFolder\01202005.TRX"
Is there any way to make this file import method work when files are of a
type other than TXT?
Thank you...
message appeared saying (I think) "Cannot import this file."
DoCmd.TransferText acImportFixed, "Transaction Import", "tblMyTable",
"G:\MyFolder\01202005.TRX"
Is there any way to make this file import method work when files are of a
type other than TXT?
Thank you...