I am also over 60.
We need to distinguish between the dropdowns and the ones where you type in a single item.
You need to turn on the
Developer Tab if you have not already done so.
The best solution I know of for typing something in one place and having it repeat is the "Document Property Content Control" that you insert using Insert > Quick Parts > Document Property. Scroll down to idea #7 in the following article for "Document Property Content Control" to see how to use this.
Repeating Data (Populating Multiple Like Fields)
This is only good for:
- Documents that will be used in Word 2007 or later, and
- Where you need 15 or fewer discrete pieces of information to be repeated.
A drop-down menu of choices adds a separate level of complexity. First, read the entire article, not just the part about document property content controls.
Here is another place for ideas:
Making Forms with Microsoft Word
For the dropdown, I recommend using Greg Maxey's utility to insert a Mapped Content Control. There is a lot of programming that goes into that utility, but it spares you the programming and learning XML.
Content Control Tools
With it, you can insert a Drop-down list which is mapped to an XML node in your document. If you then copy that content control to another place in the document, it will change in all other copies. (You could do this with the non-dropdown controls, as well.) To use it, you need to place the utility in your Word
Startup Folder and look for it under the Add-Ins tab in Word.
Attached are screenshots of the menu to insert the document property content controls and of Greg's Content Control Tools dialog. Again, read the article on repeating data's section on this. The "property" names shown do not have to be what shows up in your document.
-