In Microsoft Access 2016, the Alternate Row Color button appears in the Text Formatting group on the _____.?

A. ?Design tab
B. ?File tab
C. ?Create tab
D. ?Home tab

Answer: D

Computer Science & Information Technology

You might also like to view...

An int must be explicitly cast to which of the following?

a) float b) double c) sbyte d) None of the above.

Computer Science & Information Technology

Which of the following statements about regular expressions is false?

a. The quantifier {n,} in a regular expression matches at least n occurrences of the preceding pattern. b. The quantifier {n,m} in a regular expression matches between n and m (inclusive) occurrences of the preceding pattern. c. The question mark (?) quantifier matches one occurrence of the pattern that it quantifies. d. A set of braces containing one number, {n}, matches exactly n occurrences of the pattern it quantifies.

Computer Science & Information Technology