I created a form in a MS Words document including a set of radio buttons (Option Buttons) to select from (What team should the request go to: Team 1, Team 2 or Team 3). These should always stay the same.
Depending on what Team the user selects, this should update or make appear a second set of radio buttons in the subsequent question (“What type of request?”). So, when clicking on Team 1, the Radio button selection in this section should become Request 1a, Request 1b. For Team 2, the selection should become Request 2a, Request 2b. For Team 3 the selection becomes Request 3a, Request 3b.
How can I code this in VBA?