You can toggle the Field List on and off using the _____ button on the Design tab in Layout or Design View.?

A. ?Form Fields
B. ?Add Existing Fields
C. ?Field List
D. ?Add Fields and Tables


Answer: B

Computer Science & Information Technology

You might also like to view...

__________ occurs when method A calls method B which in turn calls method A.

a. dynamic recursion b. linear recursion c. direct recursion d. indirect recusion

Computer Science & Information Technology

____ effects allow you to use your creativity to design imaginative and distinctive presentations.

A. Picture B. Color C. Animation D. Text

Computer Science & Information Technology

What does the following C function do?

``` int fun(const char *string) { char blank = ' '; int k; int looking = 1; k = strlen(string); while (k >= 0 && looking) { if (string[k] == blank) --k; else looking = 0; } if (looking) return (-1); else return (k); } ``` a. It finds the subscript of the first nonblank character in string. b. It finds the subscript of the last nonblank character in string. c. It counts the nonblank characters in string. d. It finds the subscript of the first blank in string. e. It finds the subscript of the last blank in string.

Computer Science & Information Technology

What is Abbr element?

What will be an ideal response?

Computer Science & Information Technology