Chris The Rock
Active Member
- Joined
- Feb 24, 2002
- Messages
- 287
I'm pretty new to UserForms, so I'm starting simple.
I've put 6 checkbox objects on the first page of a MultiPage object. I would like to set the Enabled Property of the second page to "True" only if all the checkboxes on the first page have a value of True. If not, or when one of the checkboxes becomes unchecked - the Enabled Property of the second page needs to be set back to "False".
I know how to change the properties of the objects, but what I need help with is the logic of evaluating the current state of all the checkboxes.
Any advice? Tips? Sample Code?
Thanks in advance.
I've put 6 checkbox objects on the first page of a MultiPage object. I would like to set the Enabled Property of the second page to "True" only if all the checkboxes on the first page have a value of True. If not, or when one of the checkboxes becomes unchecked - the Enabled Property of the second page needs to be set back to "False".
I know how to change the properties of the objects, but what I need help with is the logic of evaluating the current state of all the checkboxes.
Any advice? Tips? Sample Code?
Thanks in advance.