Which of the following is NOT true in regard to the Crosstab Query Wizard?

A) If you want to use fields from multiple tables, you need to add the tables in Design view.
B) You cannot create expressions in the wizard.
C) You cannot add a parameter prompt.
D) You can specify a list of fixed values to be used as column headings.


D

Computer Science & Information Technology

You might also like to view...

How many String objects are instantiated by the following code segment (not including the literals)?

``` String s1, output; s1 = "hello"; output = "\nThe string reversed is: " ; for (int i = s1.length() - 1; i >= 0; i--) output += s1.charAt(i) + " " ; ``` a. 1. b. 4. c. 5. d. 7.

Computer Science & Information Technology

Which of the following ports do you need to use with a home theater system?

A) DVI B) FireWire C) SVGA D) HDMI

Computer Science & Information Technology

Which of the following is not true regarding anonymity?

a. Anonymity can be good or bad. b. Anonymity refers to your ability to convey a message without disclosing your name or identity. c. Technologies that threaten online anonymity include cookies, global unique identifiers, ubiquitous computing, and radio frequency identification. d. Privacy Rights Clearinghouse was founded by financial organizations to develop methods to deter fraud.

Computer Science & Information Technology

Hackers are "persons who access systems and information without authorization and often illegally." _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology