Asha is creating a form to survey patients with bee sting allergies in her clinic. She is going to include several different types of content controls depending on the type of information she wants users to enter.
Before Asha inserts content controls into her form, she needs to create the basic structure of the form and save it as a template. How should she do this?
What will be an ideal response?
Asha would begin by creating a new template. To do so, she would click the File tab, click New, then click My templates to open the New dialog box. She would select Blank Document, then click the Template option button and click OK. She would insert a table to be the basic structure of the form, and enter labels such as "Name" and "Position."?To save the template, she would create a new folder to contain the template and then use the Word Options dialog box to specify this folder as the default location for user templates. Finally, she would save the template as a .dotx file to the new folder.
You might also like to view...
________ is a worldwide outdoor event where a person uses a GPS device, possibly on a phone or a handheld GPS, to locate small receptacles containing a small log book as well as a present
Fill in the blank(s) with correct word
What is the output of the following C++ code? int list[5] = {0, 5, 10, 15, 20};int j;for (j = 0; j < 5; j++) cout
A. 0 1 2 3 4 B. 0 5 10 15 C. 0 5 10 15 20 D. 5 10 15 20