F
Frank Dulk
I want the same procedure to be evoked by the same event in all the objects
of my form. In other words, When Receiving Focus or When Moving Mouse or
before Updating etc.
Now, I make reference one for one. Would some exist way of doing that
reference " in block "? for instance: in the event When Receiving Focus of
ANY object of this form, execute this procedure.
Something like that:
Dim ctrl Control
Dim frm Form
set frm = Screen.ActiveForm
With each ctrl in frm.Controls
With ctrl_BeforeUpdate...
of my form. In other words, When Receiving Focus or When Moving Mouse or
before Updating etc.
Now, I make reference one for one. Would some exist way of doing that
reference " in block "? for instance: in the event When Receiving Focus of
ANY object of this form, execute this procedure.
Something like that:
Dim ctrl Control
Dim frm Form
set frm = Screen.ActiveForm
With each ctrl in frm.Controls
With ctrl_BeforeUpdate...