P
plc
I want to call the subform's Form_AfterUpdate event procedure in the main
form's OnCurrent event procedure. Problem is Form_AfterUpdate is not visible
because it is private to the subform. When I declare it public there is no
change. Is there a simple answer ?
form's OnCurrent event procedure. Problem is Form_AfterUpdate is not visible
because it is private to the subform. When I declare it public there is no
change. Is there a simple answer ?