F
Fred Boer
Hello! Hope everyone is having a great summer!
Recently I made some changes in my Access application, and used code from a
demonstration database. This code makes use of the form's error event. Now,
I always put error handling in all of my procedures, and have never used the
form's own error event. I wonder if I am doing something wrong. (Highly
likely! <g>)
I wonder if someone could outline for me the differences between the two
error handling events? Are there some types of errors for which you need to
use the form's error event rather than a procedure's errorhandling code? If
you put error handling in all your procedures do you need to worry about the
form error event? Is there a particular order in which errors are managed,
for example, the procedure's error handling, and then the form's error
event?
Thanks!
Fred Boer
Recently I made some changes in my Access application, and used code from a
demonstration database. This code makes use of the form's error event. Now,
I always put error handling in all of my procedures, and have never used the
form's own error event. I wonder if I am doing something wrong. (Highly
likely! <g>)
I wonder if someone could outline for me the differences between the two
error handling events? Are there some types of errors for which you need to
use the form's error event rather than a procedure's errorhandling code? If
you put error handling in all your procedures do you need to worry about the
form error event? Is there a particular order in which errors are managed,
for example, the procedure's error handling, and then the form's error
event?
Thanks!
Fred Boer