An Access view that displays tools to modify the format of a report or form while being able to view

the data that it is intended to display.

A) Report B) Layout C) Print Preview


B

Computer Science & Information Technology

You might also like to view...

The ____ statement can be used to code a multiple-alternative selection structure.

A. Select B. Select Option C. Case D. Select Case

Computer Science & Information Technology

Building a ________ of information systems is a useful technique for quickly gathering information requirements.

A) prototype B) system design C) life cycle D) maintenance agreement

Computer Science & Information Technology

Which of the following lines of code will convert the elements of an array named sports to a single string which is stored in a variable named compete?

a. ``` var compete = new Array; compete = sports(); ``` b. ``` var compete = " "; compete = sports(); ``` c. ``` var compete = sports.toString(); ``` d. ``` var compete.toString(sports); ```

Computer Science & Information Technology

In the ________ folder, you can store all of the non-HTML files, such as images and sound files.

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

Computer Science & Information Technology