C
chuckmg
In a backup version of a database, I can successfully import an Excel
spreadsheet to an Access table using
DoCmd.TransferSpreadsheet , , strTbl, strFile, True.
In the current version of the DB, when executing the above I get an error
msg, "Microsoft Office Access was unable to append all the data to the
table." There is no visible reason why. I created a new Access DB, defined
the same target table, used the same Excel file and subroutines, and there
was no problem. Hence my conclusion that the DB is corrupted. This is a
large database with a front-end and back-end. Is there any way to address
this problem short of reconstructing the whole DB?
Chuck
spreadsheet to an Access table using
DoCmd.TransferSpreadsheet , , strTbl, strFile, True.
In the current version of the DB, when executing the above I get an error
msg, "Microsoft Office Access was unable to append all the data to the
table." There is no visible reason why. I created a new Access DB, defined
the same target table, used the same Excel file and subroutines, and there
was no problem. Hence my conclusion that the DB is corrupted. This is a
large database with a front-end and back-end. Is there any way to address
this problem short of reconstructing the whole DB?
Chuck