Share via

Name AutoCorrect Save Failures

Anonymous
2010-07-10T21:24:56+00:00

As part of a procedure I have

DoCmd.TransferSpreadsheet acImport, 8, "tblEntryListSng", ExcelPath, True, "SinglesEntries!A1:D200"

Each time I run it the Name AutoCorrect Save Failures table is generated  (or additional record generated to it) giving Failure Reason asCould not save the object relative to  tblEntryListSng. The subject procedure and all subsequent procedures run perfectly and I am unable to ascertain why the table and entries are being generated. Help please

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-07-10T22:18:04+00:00

Aha. worked it out, Docmd.TransferSpreadsheet creates a new table of course and I was trying to append the data into an existing table. Will now alow the new table to be created and then append its data to my existing table which has various formats and other fields that I need.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful