Custom form eventhandler

B

Bertrand

Hello,

I have a subform that sends "events" to the parent form by calling
Me.Parent.MyFunction. On the parent form i must always declare MyFunction to
have an event sink or i will get an error.

Is this the "standard" way to do this or is there a more robust and elegant
way?

Best regards
Bertrand
 
Top