F
fcmedina78
I am using the above mentioned function to import information from Excel. The
first time I tried it Access created a table with a list of the items it had
problems importing. I deleted the imported information and fixed my
formatting and all but one record imported correctly. The problem I am having
is that I have over 22 thousand records and trying to the one record that
didn't import correctly is impossible and access did not create a table this
time listing the error. Is there a way to edit my code that will force access
to make a table that lists the problem record? Here is the code I am using:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "tblWinEntry",
"C:\Users\cmedina\Desktop\Oregon Win for Import.xls", True, "A1:C22057"
first time I tried it Access created a table with a list of the items it had
problems importing. I deleted the imported information and fixed my
formatting and all but one record imported correctly. The problem I am having
is that I have over 22 thousand records and trying to the one record that
didn't import correctly is impossible and access did not create a table this
time listing the error. Is there a way to edit my code that will force access
to make a table that lists the problem record? Here is the code I am using:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "tblWinEntry",
"C:\Users\cmedina\Desktop\Oregon Win for Import.xls", True, "A1:C22057"