S
scott
If I have a label control called "lblMyLabel1". How can I get the name of
the label control when the label control is clicked?
I've got the OnClick event on the label control set to the CODE below, but
when it fires, it returns the name of the form. I need a way to return
"lblMyLabel1" without hard coding it.
CODE ******************
MSGBOX Me.Name ' renders myFormName
the label control when the label control is clicked?
I've got the OnClick event on the label control set to the CODE below, but
when it fires, it returns the name of the form. I need a way to return
"lblMyLabel1" without hard coding it.
CODE ******************
MSGBOX Me.Name ' renders myFormName