I need some VBA code that I can include on a form so that whenever I click on any object on the form, a mesage box will tell me the contents of the Name property of that object.
Thanks.
ps. I have tried Me.ActiveControl.Name, but it does not always give me the name of the object on which I am clicking.
Karl
Thanks.
ps. I have tried Me.ActiveControl.Name, but it does not always give me the name of the object on which I am clicking.
Karl