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

G

Gary Knotts

Where can I find a list of Access 2003 error codes so I can trap errors in
VBScript for an ASP web page.
 
A

Allen Browne

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
 
Top