Microsoft Access Error Codes

From database24
Revision as of 23:38, 11 February 2012 by Dec (talk | contribs)
Jump to navigation Jump to search

49 : Bad DLL Calling Convention

  • True reason: Your database became corrupt. Decompile the database by using the command line switch /decompile, compact and repair your database.

2001 : You cancelled the previous operation

  • True reason: You called a domain function like DLookup and specified a field that does not exist in the table.