vba - What's the error number for "'The database engine could not lock table"? -
what's error number "the database engine not lock table..." in access? have intermittent fault it's hard reproduce (it occurs when 2 people open database @ exactly same time) want build in error handling, can't find error number listed anywhere.
sounds error 3211
you can double-check message template error in immediate window:
? accesserror(3211) database engine not lock table '|' because in use person or process.
Comments
Post a Comment