E
Eric Frohmann
Access XP (2002)
This line used to work in my code:
DoCmd.TransferText acExportDelim, "specImportFRIData",
"prgTblExportStandData", stTargetFile
Now it doesn't. I've installed several SP's as per MS recommendations. Now,
when attempting the DoCmd, stTargetFile is converted to c:\dir\file#ext from
c:\dir\file.ext. Any ideas why?
As an aside, where is the specification file for the TransferText command
stored? in the DB itself?
TIA
This line used to work in my code:
DoCmd.TransferText acExportDelim, "specImportFRIData",
"prgTblExportStandData", stTargetFile
Now it doesn't. I've installed several SP's as per MS recommendations. Now,
when attempting the DoCmd, stTargetFile is converted to c:\dir\file#ext from
c:\dir\file.ext. Any ideas why?
As an aside, where is the specification file for the TransferText command
stored? in the DB itself?
TIA