Jill must create a report for an Access database, but is unfamiliar with creating reports in Access. Which Report tool should Jill use?

A) Report Wizard B) Report C) Report Design D) Report Blank

A

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) Variables declared in a particular method’s body (such as Main) are local variables, which can be used only in that method. b) Each method can access its own local variables and those of other methods. c) When a method terminates, the values of its local variables are lost. d) A method’s parameters also are local variables of the method.

Computer Science & Information Technology

A ________ is a double-ended queue.

A) two-headed stack B) two-tailed vector C) circular array D) deque E) None of the above

Computer Science & Information Technology