Using a driver table enables you to pivot data, making it appear as what?

a. A form
b. A report
c. A spreadsheet
d. A list


c. A spreadsheet

Computer Science & Information Technology

You might also like to view...

When an RF signal moves from one medium to another of a different density the signal actually bends instead of traveling in a straight line.  This is known as ____.

A. reflection B. absorption C. refraction D. scattering

Computer Science & Information Technology

To remove a field from view, ________ the field heading and click Hide Fields

Fill in the blank(s) with correct word

Computer Science & Information Technology

In the following code to insert an item in an array, what is the missing code? for x in range(logicalSize, targetIndex, -1): myArray[x] = myArray[x - 1]a[targetIndex] = newItem

A. targetIndex += 1 B. targetIndex -= 1 C. logicalSize += 1 D. logicalSize -= 1

Computer Science & Information Technology

What effect does the Comma Style format have on the selected cells?

A. Converts decimals to commas within a cell B. Converts decimals to commas within merged cells C. Displays cell contents with two decimal places and commas as thousands separators D. Allows for substitution of selected characters

Computer Science & Information Technology