A ____ prompts you for criteria to determine the records to use for the report.

A. Subreport
B. Parameter report
C. Main report
D. Query


Answer: B

Computer Science & Information Technology

You might also like to view...

What is wrong with this function?

``` void Multiply( int x, int y ) { int z; z = x * y; return z; } ``` A. You can’t have 2 input arguments. B. Multiply doesn’t know what z is. C. The return type is void. D. There is nothing wrong with it.

Computer Science & Information Technology

List five guidelines for designing a corporate privacy policy for ecommerce applications.

What will be an ideal response?

Computer Science & Information Technology

Critical Thinking QuestionsCase 3-2You are having a lot of trouble placing images in your Visual Basic application. You ask your programming partner Siobhan what might be going onWith your first image, you want the entire image to be visible and to fit precisely in the PictureBox object. To which of the following SizeMode list options in the Properties window for the PictureBox object does Siobhan direct you? a. AutoSizec. Zoomb. Normald. CenterImage

What will be an ideal response?

Computer Science & Information Technology

Through ____, one resource can be made to appear as many separate resources.

A. virtualization B. load balancing C. restructuring D. consolidation

Computer Science & Information Technology