Form level error handling

J

John

Hi

Is it possible to handle errors at form level that are not caught by the
error handlers within the form subs?

Regards
 
M

[MVP] S.Clark

The form has an On Error event property that was made for this purpose. I
don't know how effective it is, because I don't use it.
 
F

Fred Boer

Dear Mr. Clark:

The "I don't use it.." caught my eye. I wonder if you would mind expanding
on this a bit for me? How do you avoid using the form's On Error event?

Thanks!
Fred Boer
 
Top