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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -