G
Gary Schuldt
Is there a way in an event handler macro to refer to the current form and
the current active control?
For example, I would like to code something like:
SetValue Me.ActiveControl to Ucase(Me.ActiveControl)
Right now, the only way I've been able to get run-time to stop asking for a
parameter value is to use fully-qualified references, which gets to be
tedious when you're in subforms.
Thanks.
Gary
the current active control?
For example, I would like to code something like:
SetValue Me.ActiveControl to Ucase(Me.ActiveControl)
Right now, the only way I've been able to get run-time to stop asking for a
parameter value is to use fully-qualified references, which gets to be
tedious when you're in subforms.
Thanks.
Gary