Forum home » Delegate support and help forum » Microsoft VBA Training and help » access vba course - Error checking
access vba course - Error checking
Resolved · Low Priority · Version Standard
Error checking
What are the three ways of error checking?For upcoming training course dates see: Pricing & availability
RE: Error checking
Hi JohnThe three ways of error cheching are:
On Error Resume Next - Go to the next line of code
ON Error Exit Sub - Exit the routine where this line is
On Error Go To EH - Go to an error routine at the end of the routine where the error checking is taking place
Regards
Carlos
|
|
» Forum post: Advanced course |



Course updates

