Word Create Several Document Properties in Quick Parts

Solution 1:

Add Custom Properties

  • If the available document properties are not enough for you and you wish to add your own, open the File screen.

  • From the current info screen, click on the Properties combo box on the right. Pick Advanced Properties (Note: This is Word 2013, it might look different than your Word version.)

  • From the dialogue box, open tab Custom. Write a name you prefer or choose from the list beneath. From Type, choose Text. Then write the value that will be associated with the property you are creating. Now click Add and repeat this until you are done with every property you want to create. Click OK to confirm your changes.

(Type offers different format for the value; it could be a normal text, a date, a number, or a Yes/No option.)

Use Custom Properties in Document

  • Like default document properties, your custom ones are treated as fields in Word, so from the Ribbon, choose INSERT \ Quick Parts \ Field.

  • In the left list in the dialogue box, highlight docProperty. From the mid list, choose your document property and insert it with button OK.

Add Fields as Written Codes

  • You don't need to open the dialogue box at INSERT \ Quick Parts \ Field if you remember the name of your property. From your document where you want to insert your property, hit CTRL + F9.

  • In the empty greyed space between special curly parentheses, write docproperty myproperty, where myproperty is the name of your document property. Hit F9 and then SHIFT + F9 to display the value.

What are Fields?

  • They are codes that represent variable contents in your document. Many inserted contents are basically fields, yet Word knows you like to see what these codes result in. If any document property (and eventually, any field) does not show updated results, highlight it and press F9.

  • F9 updates (on highlighted fields).

  • CTRL + A then F9 update every field (sometimes CTRL + P do the same).
  • SHIFT + F9 toggle code and results.
  • ALT + F9 toggle code and results for every field in the document.
  • CTRL + F9 insert field space to write code.

Solution 2:

I had the same question and was looking for the same solution. I know how to create a fillable Word document, but what I needed was a way that someone could enter information in to an area and have it auto populate that same information several other places in the document. I have a 35 page grant agreement form that lists the person's name, grant dates, and other information several places throughout the agreement. Quick Parts > Document Properties would be a solution to my problem, but I too needed more fields than the 9 Doc Properties that are listed. I finally found the answer by mapping content controls with the XML Mapping Pane. I found a YouTube video that shows how to write the xml code in Microsoft Notepad and then apply it to work within my document. The video by Laura Leader can be found here: https://www.youtube.com/watch?v=OtFhIqK0gec **Note, Laura got the information and credits the gregmaxey word tip pages website here: https://gregmaxey.com/word_tip_pages/contentcontrol_enhancements_word_2013.html