Critical Thinking QuestionsCase 4-1Bradley plans to generate reports from an Access database that a colleague of his built. As he works with the reports, he decides to familiarize himself with each of the views that is available to him.
Which of the following will Bradley use if he is looking for the optimal view for changing the positioning of some of his report controls while also reviewing the live data?
a.Report Viewc.Print Previewb.Layout Viewd.Design View
What will be an ideal response?
Answer: B
You might also like to view...
Which of the following statements about friend functions and friend classes is false?
a. A class can either grant friendship to or take friendship from another class using the friend keyword. b. A friend declaration can appear anywhere in a class definition. c. A friend of a class can access all of its private data member and member functions. d. The friendship relationship is neither symmetric nor transitive.
Which of the following is true about PDF Reflow?
A) It acts a viewer for PDF files. B) It converts the PDF to a graphic. C) It converts the PDF to a fully editable Word document. D) It converts a Word document to a PDF.
Proven cases of real vulnerabilities can be considered vulnerability __________.
Fill in the blank(s) with the appropriate word(s).
Which of the following statements about assigning values to arrays is false?
A. We can assign values to individual elements in a fixed-length array. B. An expression value can be assigned to an array element. C. When the array values follow a pattern, we can use a loop to assign values. D. Given two arrays of the same type and size, one array can be assigned to the other. E. Exchanging values in an array requires the use of a temporary hold area.