Receiving Error 3215 on TransferText

R

Rich

Have the following Code with values in the variables
TableNameIn = "WorkParsedDataIn"
ImpSpec = "DC_ParsingImport Specification"
DoCmd.TransferText acImportDelim, ImpSpec, TableNameIn, FileNameIn

FileNameIn (defined as Variant) is obtained from Screen and populated with
"\IBMP\DataValidation\SN_PID_Validation\Testing\ParserTest\SSC070826-000065_Customer_Parsed_Inventory_Data_Export_20070827.txt"

Receive the Error (from err.number and err.description) 3125 -
"'SSC070826-000065_Customer_Parsed_Inventory_Data_Export_20070827.txt' is not
a valid name. Make sure that it does not include invalid characters or
punctuation and that it is not too long."

Is there a limitation on the "file name" length

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top