So, why does the code in the error handler run only if there is a problem but the error exit code always runs? How does the compiler distinguish between the two?
So, in this case, if I put the code to delete the querydef in the Error section before "resume exit" it would work and not give me a...