Which of the following is NOT true about enhancing a report with grouping and sorting?

A) The Report Wizard gives you the opportunity to sort and group records, but sometimes seeing the report changes your mind about what and how to group and sort.
B) You can change the sorting and grouping options from either Layout or Report view.
C) Groups are added to a section of the report called the group header.
D) Calculations performed on a group in a report are added to a section called the group footer.


B

Computer Science & Information Technology

You might also like to view...

To merge multiple layers into a single layer, press and hold [Ctrl] (Win) or ____ (Mac), then click all of the layers in the Layers panel that you wish to merge.

A. [option] B. [command] C. [control] D. [fn]

Computer Science & Information Technology

________ are synchronization mechanisms employed throughout the kernel to protect access to critical sections.

a) Kernel semaphores b) System V semaphores c) POSIX semaphores d) none of the above

Computer Science & Information Technology

A commenter provides feedback and comments on a presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. The for statement performs the same functions as the while statement, but uses a different form. 2. The construction for ( ; count <= 20 ; ) is invalid. 3. In C++, continue produces the same action for both while and for statements. 4. Entering data interactively in a loop is a general technique that’s applicable to for loops. 5. The do statement is particularly useful in filtering user-entered input and providing data validation checks.

Computer Science & Information Technology