The error is checked with the Err object. This object allows the routine to view an error number and allows the routine to then deal with the problem. This object has three very important properties: Number, which is an integer indicating the error that occurred, Description, which provides a description of the error, and Source, which is the name of the object that contains the caused the error.