Hi Guys,
I’d like to import an Excel file into a table in MS Access 2000. I need to keep the same fields name from Excel (Format) into the table. The data in Excel is on Sheet1. I’m having a big problem trying to achieve this process. I’d like to be able to keep the same format in the Access table. This is what I have so far.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, _
"ORDER TABLE", "C:\ORDER.xls", True, "Sheet1"
Let me know if I need to give you any more info.
Can anyone help me please…!!!!
Thanks so very much, God bless you all.
I’d like to import an Excel file into a table in MS Access 2000. I need to keep the same fields name from Excel (Format) into the table. The data in Excel is on Sheet1. I’m having a big problem trying to achieve this process. I’d like to be able to keep the same format in the Access table. This is what I have so far.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, _
"ORDER TABLE", "C:\ORDER.xls", True, "Sheet1"
Let me know if I need to give you any more info.
Can anyone help me please…!!!!
Thanks so very much, God bless you all.