View Single Post
 
Old 09-15-2016, 01:13 PM
Charles Kenyon Charles Kenyon is offline Windows 8 Office 2013
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,470
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

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:
  1. Documents that will be used in Word 2007 or later, and
  2. 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.
-
Attached Images
File Type: png 00 deleteme 1.png (32.5 KB, 59 views)
File Type: png 2010ContentControlTools.png (46.5 KB, 57 views)

Last edited by Charles Kenyon; 09-16-2016 at 09:42 AM.
Reply With Quote