When using the Report Wizard, select the table that ____.

A. contains data to be merged with the report
B. contains relational links
C. contains data for the report
D. contains fields to place the printed data

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is FALSE about sorting data in a Word table?

A) Field names (also referred to as column names) should be included in a sort. B) Data can be arranged in descending order. C) Data in a table can be sorted by date. D) Sorting data in a table from 1 to 100 would be an ascending order sort.

Computer Science & Information Technology

The output of the statement:cout << pow(2.0, pow(3.0, 1.0)) << endl;is ____.

A. 6.0 B. 7.0 C. 8.0 D. 9.0

Computer Science & Information Technology