G
Guest
Hi guys,
I am trying to Import a text file into my Access 2000 table. It works no
problem if I do it manuallly: file, get external data, import but when I try
it from a sub I get an error mesage "Field (my file's 1st rec) doesn't exsist
in destination table". Am I missing an option or something?
DoCmd.TransferText acImportDelim, , "tblImportHold", strInputFileName, True
I am trying to Import a text file into my Access 2000 table. It works no
problem if I do it manuallly: file, get external data, import but when I try
it from a sub I get an error mesage "Field (my file's 1st rec) doesn't exsist
in destination table". Am I missing an option or something?
DoCmd.TransferText acImportDelim, , "tblImportHold", strInputFileName, True