T
Tom Wickerath
Hi Jeff,
Okay, I'm curious about an answer you provided on 8/13:
Subject: Re: Access Runtime Error Number: 0
Both you and Norman had similar answers that included the use of the Hex function in the message
box statement. While this was also present in the original poster's code, I'm curious as to why
you included it in your answer back:
MsgBox "Error number: " & Hex(Err.Number)
It seems to me that this just helps obfuscate the true error. For example, "Error 13: Type
mismatch" becomes "Error D: Type mismatch". How does this help to clarify the situation....
Tom
Okay, I'm curious about an answer you provided on 8/13:
Subject: Re: Access Runtime Error Number: 0
Both you and Norman had similar answers that included the use of the Hex function in the message
box statement. While this was also present in the original poster's code, I'm curious as to why
you included it in your answer back:
MsgBox "Error number: " & Hex(Err.Number)
It seems to me that this just helps obfuscate the true error. For example, "Error 13: Type
mismatch" becomes "Error D: Type mismatch". How does this help to clarify the situation....
Tom