Hi,
Is it possible to get Control name string value in events like OnSelect?
So if there is a control named "Button1", in "OnSelect" I would write something like:
Set(ThisButtonName, Me.Name);
For debugging purposes, I am trying to log which button was pressed,
and I do not want to hard-code button names.
Thanks in advance.