WineSnob
Not Bright but TENACIOUS
- Local time
- Today, 16:24
- Joined
- Aug 9, 2010
- Messages
- 211
I am importing a .txt file into a table "MasterAging". I would like to add the filename to another table called "Filename". What would the code be to write the filename of the file being imported to the table "Filename"? Would the code be place just after the this:
DoCmd.TransferText acImportDelim, "AgingImport", "MasterAging", sPath
DoCmd.TransferText acImportDelim, "AgingImport", "MasterAging", sPath