G
Guest
In some of my access forms, I have many controls with essentially identical
event handlers. Instead of having seperate event handling subs I would like
them to use the same sub, as this would lessen the amount of code
considerably.
I guess this could be solved by using a macro to handle the event, but in
that case I need a reference to the control that caused the event. How do I
obtain such a reference?
event handlers. Instead of having seperate event handling subs I would like
them to use the same sub, as this would lessen the amount of code
considerably.
I guess this could be solved by using a macro to handle the event, but in
that case I need a reference to the control that caused the event. How do I
obtain such a reference?