Using the "keep whole group together on one page" command ensures:

A) labels, data, and totals will all be on one page as long as the data doesn't exceed one page.
B) sums, counts, and averages will be taken for each numeric field.
C) subtotals will be given on each page, should the data exceed one page.
D) all data and labels will display fully on the page.


A

Computer Science & Information Technology

You might also like to view...

Which of the following statements correctly returns the memory from the dynamic array pointer to by p1 to the freestore?

a. delete [] p1; b. delete p1[]; c. delete *p1; d. delete p1;

Computer Science & Information Technology

Software failure can be caused by a(n) worm, which is a flaw in the program code or design.

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

Computer Science & Information Technology

Choose the sentence that demonstrates correct punctuation.?

A. ?"September 11, 2001," a book written by a firefighter, is on the bestsellers list. B. ?September 11, 2001, a book written by a firefighter, is on the bestsellers list. C. ?September 11, 2001, a book written by a firefighter, is on the bestsellers list.

Computer Science & Information Technology

A bar chart is used to show relative amounts for one or multiple values at different points in time (displays horizontally).

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

Computer Science & Information Technology