I have a process that runs an append query to a linked table, then it deletes the records that were just appended from the main table. I forgot to check my Linked Table Manager to be sure that it was linked, and when the process ran and tried to run the Append query, I got an error that the linked table was not found. There was no error number - just an Ok button to push. This however, did not exit me out of my code and proceeded to run the next step of deleting the records.
Is there any code that I can add that if the Linked Table is not found to exit out of the code??
Thanks,
Carie
Is there any code that I can add that if the Linked Table is not found to exit out of the code??
Thanks,
Carie