T
Tru
I would like to know how to view all of access's error messages and to log
them into a table.
them into a table.
Allen Browne said:Use AccessError() in a loop.
To get them into a table, OpenRecordset() and Addnew with Update.
Of course, you could just read the JET errors by creating a shortcut to
JetErr40.chm. For Access 2003, the file is typically found in:
C:\Program Files\Common Files\Microsoft Shared\OFFICE11\1033\JETERR40.CHM