If you would like to access a Query to export to Excel, you could begin by doing all of the following EXCEPT:

A) opening the Query in Design View. B) opening the original table.
C) opening the Query in Datasheet View. D) clicking the query name in Navigation Pane.


B

Computer Science & Information Technology

You might also like to view...

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

1. Changes made to an entire array that has been passed to a method will not affect the original values of the array. 2. When passing an array to a procedure, the method’s parameter list must specify that an array will be received. 3. When we pass an array object to a procedure, we do not need to pass the upper bound of the array as a separate argument. 4. For Each…Next loop is barely used because it’s more complicated than the For…Next loop. 5. The For Each…Next repetition statement is appropriate when the program doesn’t need to refer to the indices of the elements in an array.

Computer Science & Information Technology

A ________ is a category of data that is organized and named

A) list B) field C) record D) source

Computer Science & Information Technology

____ data is composed of letters, symbols, and numerals that will not be used in arithmetic operations.

A. Character B. Alphanumeric C. Digital D. All of the above.

Computer Science & Information Technology

The display bar appears whenever a webpage is too long or wide to fit in the display area. _________________________

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

Computer Science & Information Technology