CPGDeveloper
Board Regular
- Joined
- Oct 8, 2008
- Messages
- 189
I'm trying to execute this line of code:
DoCmd.TransferText acLinkDelim, "TheUploadSpec2", "ltUpload", upPath & upFileNm, True
I keep getting Error '3625' -- Specification Does Not Exist.
But I swear it absolutely does! When I go to External Data>New Data Source>From File>Text File...I click 'Advanced' and then 'Specs' and I see three specifications listed there. No matter which one I use, I still get Error 3625.
In code in the immediate window when I enter the following:
?Access.CurrentProject.ImportExportSpecifications(0).XML
It again tells me the specification does not exist. I've used Import Specs in vba in other databases without any issue.
Is there some setting or property that I'm missing?
DoCmd.TransferText acLinkDelim, "TheUploadSpec2", "ltUpload", upPath & upFileNm, True
I keep getting Error '3625' -- Specification Does Not Exist.
But I swear it absolutely does! When I go to External Data>New Data Source>From File>Text File...I click 'Advanced' and then 'Specs' and I see three specifications listed there. No matter which one I use, I still get Error 3625.
In code in the immediate window when I enter the following:
?Access.CurrentProject.ImportExportSpecifications(0).XML
It again tells me the specification does not exist. I've used Import Specs in vba in other databases without any issue.
Is there some setting or property that I'm missing?