To change the design of a query that is not currently open, right-click the query in the Navigation Pane and then click  ____________________ on the shortcut menu.

Fill in the blank(s) with the appropriate word(s).


Design View

Computer Science & Information Technology

You might also like to view...

A(n) ____________________ is a symbol placed before each item in a list.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In the following code, what does getDocumentBase()return?

play(getDocumentBase(), "mysound.wav"); A) A URL object containing the location of the applet's .class file B) A URL object containing the location of the HTML file that invoked the applet C) The HTML location "mysound.wav" D) The sound file itself

Computer Science & Information Technology

Which of the following is a syntax error?

a) Having duplicate case statements in the same switch statement b) Beginning and ending a switch statement body with braces c) Preceding a case label with the default label in a switch statement d) Failing to end a case with the break statement.

Computer Science & Information Technology

The Decrease Indent and Increase Indent buttons change the indents by ________ tab intervals

A) 1/4 inch B) 1/2 inch C) 1 inch D) 2 inch

Computer Science & Information Technology