I'm trying to import some txt files from a folder but i can't find out what the command is to import all files that are in a folder.
DoCmd.TransferText acImportDelim, , "tab1", "C:\example", True
thats my code..
Does anyone know that?
(Sorry, I'm very new to VBA).
EDIT :
This question is Irelevant and does not have a purpose anymore! it was an internal script mistake!