The Recolor button is located in the:
A) Coloring group on the Format tab. B) Coloring group on the Design tab.
C) Adjust group on the Design tab. D) Adjust group on the Format tab.
D
You might also like to view...
A file ________ is what a computer's operating system uses to determine which program to use to open a file
A) template B) extension C) hyperlink D) section
What arithmetic operations have the same precedence as multiplication?________.
Fill in the blank(s) with the appropriate word(s).
Which of the following is NOT true about editing, adding, and deleting records?
A) When you add a record to a form, you are actually adding the record to the table it will be stored in. B) If the table is part of a relationship, referential integrity has not been enforced, and the cascade delete option has been chosen, a record cannot be deleted if there are related records in another table until those records have also been deleted. C) Changes to data are saved automatically. D) Records can be deleted from a single table without additional steps if the table is not part of a relationship.
A shorthand notation for decrementing a variable is ____.
A. variable++ B. variable=+ C. variable-- D. variable+-