Enables users to make changes to a layout while viewing the data in the form or report.

What will be an ideal response?


Layout view

Computer Science & Information Technology

You might also like to view...

Within the ISO 12207, the _________ procedures are meant to control corrective actions that affect software items and products.

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

Computer Science & Information Technology

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

1. A condition-controlled loop can be used to iterate the body of the loop a specific number of times. 2. A While loop repeats infinitely when there is no statement inside the loop body that makes the test condition false. 3. A posttest loop does not perform any iteration if the Boolean expression is false to begin with. 4. Modules can be called from statements in the body of any loop. 5. Any loop that can be written as a Do-While loop can also be written as a While loop.

Computer Science & Information Technology

When working with arrays, why is it beneficial to use a loop with a declared constant equal to the size of the array?

What will be an ideal response?

Computer Science & Information Technology

Give a brief description of what assigning a selection color to a layer does.

What will be an ideal response?

Computer Science & Information Technology