S
SAM
Hi,
I'm importing an Excel Sheet to my Access database can I
specify the name of the field and wih field I want to
import
This is what I'm using:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "Tb_CommandeTemp", sNameFile,
0, "Sheet1!Print_Area"
Thanks
I'm importing an Excel Sheet to my Access database can I
specify the name of the field and wih field I want to
import
This is what I'm using:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "Tb_CommandeTemp", sNameFile,
0, "Sheet1!Print_Area"
Thanks