When using an Access database as the data source in a mail merge, you must open Access in order to use the data.

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


False

Computer Science & Information Technology

You might also like to view...

Given the following code fragment and the input value of 2.0, what output is generated?

float tax; float total; cout << "enter the cost of the item\n"; cin >> total; if ( total >= 3.0) { tax = 0.10; cout << total + (total * tax) << endl; } else { cout << total << endl; } a. 2.2 b. 2.0 c. 3.1 d. 4.4

Computer Science & Information Technology

When you use the Freeze Panes option you freezing both columns and rows

Indicate whether the statement is true or false

Computer Science & Information Technology

Saving digital information for archiving or later access.

A. Input B. Storage C. Processing

Computer Science & Information Technology

______ is the number of horizontal and vertical pixels in a display.

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

Computer Science & Information Technology