Microsoft Access Error Codes
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.