Match the following terms to their description
I. Report
II. Report tool
III. Report Design tool
IV. Blank Report tool
V. Report Wizard
A. Creates a report with one mouse click
B. Creates a report by asking questions
C. Column headers repeat on each page
D. Creates a blank report in Layout view
E. Creates a blank report in Design view
C, A, E, D, B
Computer Science & Information Technology
You might also like to view...
The full name of the publishing format popular for collecting updates to blogs and news sites is ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What will the following code print?
``` num = 5; cout << num++ << " "; cout << num-- << " "; cout << --num; ```
Computer Science & Information Technology