I know that it is possible to retrieve the current control's name by using the ActiveControl.Name.
However, if the control is in a frame, I always get the frame's name instead of the control I am in - for example a textbox called txtDate.
Is there a way to determine the current control's name even though it is inside a frame?
Thanks
Maria