B
Boris613
Guest
I HAVE A CODE which takes an excel spreadsheet finding a tab and exporting data into the table:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "Test Import Specification", "\root\lib\Controllers\FID\Corporate Trading\2006\1206\Completed Dailies\PI1208", True, "Heffalump!"
What I want is to create a different table with a specific fields and transffer data from "Test Import Specification" in to a new table!!!!
Please help,
B
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "Test Import Specification", "\root\lib\Controllers\FID\Corporate Trading\2006\1206\Completed Dailies\PI1208", True, "Heffalump!"
What I want is to create a different table with a specific fields and transffer data from "Test Import Specification" in to a new table!!!!
Please help,
B