To access the Step-by-Step Mail Merge Wizard, click Start Mail Merge on the ____ tab.

A. Home
B. Insert
C. Mailings
D. References


Answer: C

Computer Science & Information Technology

You might also like to view...

Show how to overload the operators << and >> to create stream output for this class. Make these functions friends of the class Pair. The expected form of a pair is (2,3) for both input and output. To make this problem manageable, you should only provide to accept and discard the parentheses and comma, but you should not check that these particular characters were typed. Output should be the expected form.

``` class IntPair { int first; int second; public: IntPair(int firstValue, int secondValue); int getFirst( ) const; int getSecond( ) const;}; ``` What will be an ideal response?

Computer Science & Information Technology

OCR software that comes with scanners allows the scanner to read barcodes

Indicate whether the statement is true or false

Computer Science & Information Technology

In Datasheet view, clicking the plus sign (+) displays the related records in this format.

What will be an ideal response?

Computer Science & Information Technology

Whenever you select a shape layer, a ____________________ surrounds the shape.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology