I am running VBA to append tables with spreadsheet data.
When appended non-unique IDs, Access prompts "unable to append all the data to the table". The prompt asks if the user would like to proceed anyway - Yes or No. For my database, this prompt means an error occurred and the append procedure should never proceed, so the answer to the prompt is always "No".
Is there anyway to interact with this prompt through VBA so that I can handle it as an error?
Thank you.
When appended non-unique IDs, Access prompts "unable to append all the data to the table". The prompt asks if the user would like to proceed anyway - Yes or No. For my database, this prompt means an error occurred and the append procedure should never proceed, so the answer to the prompt is always "No".
Is there anyway to interact with this prompt through VBA so that I can handle it as an error?
Thank you.