jalopez453
Registered User.
- Local time
- Today, 08:24
- Joined
- Oct 11, 2016
- Messages
- 18
Hello All,
I have been stuck on this import and I am not sure what else to look at to correct this issue. I have an excel file (XLSX) with a number of fields, which also match my table in my database. When I run my DoCmd.TransferSpreedsheet it does not import the first few fields of data but then will import the remaining fields. I have manually imported the file into the table and all the data for each field imports just fine. Any help would be great in resolving this problem or trying something else to get it to work.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12Xml, "tblAfterADJ", filename , True, "HCH"
:banghead:
I have been stuck on this import and I am not sure what else to look at to correct this issue. I have an excel file (XLSX) with a number of fields, which also match my table in my database. When I run my DoCmd.TransferSpreedsheet it does not import the first few fields of data but then will import the remaining fields. I have manually imported the file into the table and all the data for each field imports just fine. Any help would be great in resolving this problem or trying something else to get it to work.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12Xml, "tblAfterADJ", filename , True, "HCH"
:banghead: