Return to Snippet

Revision: 8020
at August 27, 2008 04:12 by goo


Initial Code
Sub Test()
On Error GoTo Err_Trap

   'procedure code goes here

Err_Trap_Exit:
   Exit Sub
Err_Trap:
   MsgBox Err.Description
   Resume Err_Trap_Exit
End Sub

Initial URL


Initial Description


Initial Title
ACCESS Error trap

Initial Tags
error

Initial Language
Visual Basic