The first row of a data source for a mail merge is known as the:

A) merge field. B) primary row. C) header row. D) filter.


C

Computer Science & Information Technology

You might also like to view...

Intranets are private ____ for transmitting data only inside the internal network.

A. local area networks (LANs) B. wide area networks (WANs) C. metropolitan area networks (MANs) D. system area networks (SANs)

Computer Science & Information Technology

What is the efficiency of merge sort?

a. O(log n). b. O(n). c. O(n log n). d. O(n2).

Computer Science & Information Technology

The navigation form provides a familiar ________ that allows you to access multiple objects in the database from one central location

A) colorized page B) scroll bars C) Internet-style interface D) built-in navigation pane

Computer Science & Information Technology

Consider the following code:template int doublyLinkedList::length() const{  ____}The statement that provides the length of the linked list is ____.

A. cout

Computer Science & Information Technology