________ shows the report and the data; some report design such as field lengths and fonts can be changed in this view

A) Report view
B) Print Preview
C) Layout view
D) Design view


C

Computer Science & Information Technology

You might also like to view...

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

1, Given the declaration auto i = 0; i is declared as an int. 2. Given the declaration auto i = 1.0; i is declared as type double. 3. C++ is a strongly typed programming language. 4. Symbolic constants in C++ are declared with the modifier const; attempting to change the value of a symbolic constant will be flagged as a syntax error by the compiler.

Computer Science & Information Technology

Compare the update semantics of UNIX when accessing local files with those of NFS and AFS. Under what circumstances might clients become aware of the differences?

What will be an ideal response?

Computer Science & Information Technology

The _________ class declares methods and constants for manipulating colors in a Java application.

a) Color b) GraphicsColor c) Colors d) GraphicsColors

Computer Science & Information Technology

Every reference to an array using a subscript can be replaced by an equivalent reference using a pointer.

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

Computer Science & Information Technology