M
mlujan
Guest
Hello all,
is there a way in a sub routine to determine the name of the calling control without explicitly referencing it?
For Example, let's say I have a control and I'm putting code behind it's MouseMove event. It is in this event that I'm trying to reference the control's name without having to type in Me!MyControl because I want to create a generic function to handle the event for mutiple instances of similar objects.
is there a way in a sub routine to determine the name of the calling control without explicitly referencing it?
For Example, let's say I have a control and I'm putting code behind it's MouseMove event. It is in this event that I'm trying to reference the control's name without having to type in Me!MyControl because I want to create a generic function to handle the event for mutiple instances of similar objects.