ClaraBarton
Registered User.
- Local time
- Today, 10:48
- Joined
- Oct 14, 2019
- Messages
- 676
I have a hidden button that calls a calculator (with a shortcut key). There are several fields on one form that use this button so I need to know the field name that's calling the button.
Me.ActiveControl.Name returns the hidden button.
How do I get the name of the field that is actually calling the hidden button (calculator)?
This is important for using the amount in the field and for returning the calculator results to this same field.
Me.ActiveControl.Name returns the hidden button.
How do I get the name of the field that is actually calling the hidden button (calculator)?
This is important for using the amount in the field and for returning the calculator results to this same field.