![]() |
|
#1
|
|||
|
|||
![]()
Hello,
I am attempting to standardize hiring documents for several countries and I'm trying to have a drop-down menu with each country listed that then auto-populates the correct identifications required for data entry. I was thinking maybe having a drop-down dependent on a previous drop down? Would this be the appropriate way to go about this or is there a better/more efficient way? Can someone please advise on how to do this? Thank you! |
#2
|
||||
|
||||
![]()
See, for example:
https://www.msofficeforums.com/word-...html#post77762
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
|||
|
|||
![]()
Thank you so much Paul, I see that this has already been solved.
I am just starting with this VBA and I'm not sure of how to process that could you perhaps guide me or point me into the direction of something that can teach me how to enter that? Please! Thank you! |
#4
|
||||
|
||||
![]()
In the document attached to the link, you'll see two dropdowns: a 'master'; and a 'slave'. If you press Alt-F11, that will open the VBA editor where you'll see the code that drives the process. When implementing this in your form, you can change the:
• content control titles - provided you update the VBA code references to match; • the selection options for the 'master' control (both in the document and in the VBA code); and • dependent outputs defined for the 'slave' control via the Select Case statement in the VBA code.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
someazguy | Word VBA | 14 | 02-05-2023 08:01 PM |
Dropdown dependent text | JakeLRL | Word VBA | 7 | 04-07-2016 08:26 AM |
make text form field active dependent on dropdown | Glenn0004 | Word VBA | 1 | 06-23-2015 06:13 PM |
Dependent drop down lists | bobbych | Word | 1 | 02-08-2013 04:38 PM |
How to create a Dependent Drop-Down Picklist | ComcoDG | Word | 2 | 03-17-2009 07:57 AM |