In the Mail Merge Recipients dialog box, the ____ section provides options for sorting and filtering data, finding duplicate records, locating a specific recipient, and validating addresses.

A. Update recipient list
B. Import recipient list
C. Refine recipient list
D. Change recipient list


Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. If you use the keyword virtual in a function declaration, you must also use it in the function definition. 2. Destructors are not inherited into the derived class. 3. The assignment operator is inherited from the base class. 4. The copy constructor from the base class is not inherited into the derived class. 5. All member functions in a base class should be listed as virtual functions.

Computer Science & Information Technology

What happens if you forget to place a null character in a character array and then write the array using cout?

What will be an ideal response?

Computer Science & Information Technology

A change in one bit of the plaintext or one bit of the key should produce a change in many bits of the ciphertext. This is referred to as the __________ effect. ?

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

Computer Science & Information Technology

Which of the following performs an unboxing conversion? Assume x refers to an Integer object.

a. int y = x; b. Integer y = x; c. Neither of the above. d. Both of the above.

Computer Science & Information Technology