G
Goldar
I have 5 radio buttons that all call the same function in response to an
"after update" condition. How can this function tell which button called it.
My form contains 4 tabs, the second of which contains the option buttons. I
tried using the following code but I keep getting an error:
Set uiObj = Screen.ActiveControl ' this gives me the error
objectName = UCase(ui.Name)
The error that I get is: "The expression After Update you entered as the
event property setting The expression you entered required the control to be
in the active window"
"after update" condition. How can this function tell which button called it.
My form contains 4 tabs, the second of which contains the option buttons. I
tried using the following code but I keep getting an error:
Set uiObj = Screen.ActiveControl ' this gives me the error
objectName = UCase(ui.Name)
The error that I get is: "The expression After Update you entered as the
event property setting The expression you entered required the control to be
in the active window"