D
dave h
Hi
I have a form that opens many other forms based upon button clicks. Rather
than put error handling in each button on-click sub, I thought I could use
Form_Error to trap the error if Access could not find the form. It is not
important which specific form did not open - just need to trap the error,
give a message and move on. The missing form run-time error does not seem
to fire this Form_Error event. I've tried to trap a test "division-by-zero"
error in this manner and have also not been successful.
Is it possible to trap these types of run-time errors in Form_Error? If so,
what must I do?
Thanks, Dave H.
I have a form that opens many other forms based upon button clicks. Rather
than put error handling in each button on-click sub, I thought I could use
Form_Error to trap the error if Access could not find the form. It is not
important which specific form did not open - just need to trap the error,
give a message and move on. The missing form run-time error does not seem
to fire this Form_Error event. I've tried to trap a test "division-by-zero"
error in this manner and have also not been successful.
Is it possible to trap these types of run-time errors in Form_Error? If so,
what must I do?
Thanks, Dave H.