I have an Access Program that runs a number of queries on an Access Database. When running update queries from User Input forms, quite often we receive lock violations and the update does not happen. I have hidden the warnings as these often confuse the users but this can mean that often these missed updates may go unnoticed. Is there a way to detect these warnings and display a message to the user without having to enable all warnings? Ideally I would like to store a record of these failed updates and somehow queue them up to retry at a later time. As a start though just the warning detection should cover what I need. To ensure that these missed updates don't go unnoticed.