=========
QUESTION
———
How do I ignore an error for one section of code, but then disable ignoring errors for other sections of code?
=========
ANSWER
———
See EXAMPLES
=========
EXAMPLES
———
To ignore errors: On Error Resume Next
To turn off ignoring errors: On Error GoTo 0
=========
APPLIES TO / KEY WORDS
———
Microsoft Access
VBA
Code
=========
REF
———
—
http://www.anysitesupport.com/vba-on-error-resume-next-and-disabling/
http://anySiteHosting.com