Where can I find a list of Access 2003 error codes so I can trap .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where can I find a list of Access 2003 error codes so I can trap errors in
VBScript for an ASP web page.
 
Use AccessError() in a loop to get a listing of the errors.

The JET errors are listed in a help file for your version of Access. The JET
4 one is typically found in:
C:\Program Files\Common Files\Microsoft Shared\OFFICE11\1033\JETERR40.CHM
 
Back
Top