C
Culliden
I can transfer the Excel file using the Code below. Is there a way to
Transfer/Append the data to an existing table with the Header in the Database
and not the Excle file. My Excel Files are created from an AS400 with short
non descriptive header names. I need the Data appended to my header to have
descriptive names.
DoCmd.TransferSpreadsheet acImport, 8, "ImpSpecificationDetail",
"S:\FTS_LocalDatabases\DataSupport\Support_Files\539BeltSpecs.xls", False,
"A2:IQ"
Transfer/Append the data to an existing table with the Header in the Database
and not the Excle file. My Excel Files are created from an AS400 with short
non descriptive header names. I need the Data appended to my header to have
descriptive names.
DoCmd.TransferSpreadsheet acImport, 8, "ImpSpecificationDetail",
"S:\FTS_LocalDatabases\DataSupport\Support_Files\539BeltSpecs.xls", False,
"A2:IQ"