________ view is optimized for either onscreen viewing or printing

Fill in the blank(s) with correct word

Report

Computer Science & Information Technology

You might also like to view...

________ macros can be executed directly from the Navigation Pane by double-clicking the macro object, clicking Run in Design view, or by attaching the macro to a database object, like a button or text field

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following are valid function calls to the pow function?

a. pow(int x, int y); b. pow(2); c. pow(1.1,3.0); d. double pow(1.1,3.0);

Computer Science & Information Technology