rockman
Senior Member
- Local time
- Today, 10:11
- Joined
- May 29, 2002
- Messages
- 190
How can I get the name of the option group that a particular control belongs to?
Example:
Option Group Name = grpChoices
A control's name within the option group = chkDaily
Is there some syntax to obtain the name of the option group given the control's name?
Like : Forms!myForm!chkDaily.GroupName
Thanks for any suggestions,
Jeff
Example:
Option Group Name = grpChoices
A control's name within the option group = chkDaily
Is there some syntax to obtain the name of the option group given the control's name?
Like : Forms!myForm!chkDaily.GroupName
Thanks for any suggestions,
Jeff