Hello everyone,
I can't wait until I am one of the experts answering these questions instead of one of the novice members posting them!
I have a Userform that contains a Multipage object. I've coded the Multipage so that the page that is active is linked to the selection in a combobox using the ListIndex property. And I have 6 fields in the top (not on the multipage) that are common to each submission that are required and work perfectly.
What I would like to do is to make all of the fields only on the currently active Multipage required but leave the fields on the inactive Multipages as not required. The required fields would need to switch if a new page is activated with a new selection from the combobox.
Hopefully I'm being clear enough. But please let me know if you need clarification. Thanks, in advance for any help provided!