If I use a file's complicated name, I get the error about not finding the object. If I use a simple name, it works.
Does Not Work= cdbackup.dfe.site.place.org-20090108-105442.csv.txt
Does Work= ggg.txt
I am using:
Is there a way around this? Otherwise I have to parse and code each piece myself to grab all of the values with complex statements.
Thanks. Sean.
Does Not Work= cdbackup.dfe.site.place.org-20090108-105442.csv.txt
Does Work= ggg.txt
I am using:
Code:
DoCmd.TransferText acImportDelim, , "Sheet1", sFile, False
Is there a way around this? Otherwise I have to parse and code each piece myself to grab all of the values with complex statements.
Thanks. Sean.