The Query Wizard button is found in the Queries group under the ________ tab

A) Home B) External Data C) Create D) Database Tools


C

Computer Science & Information Technology

You might also like to view...

Give a statement that displays the value of the string variable strVar with yellow letters.

(A) ``` gr.DrawString(strVar, Me.Font, Yellow, 50, 50) ``` (B) ``` gr.DrawString(strVar, Me.Font, Brushes.Yellow, 50, 60) ``` (C) ``` gr.DrawString(strVar, Me.Font, Pens.Yellow, 50, 60) (D) gr.DrawString(strVar, Me.Font, Color.Yellow, 50, 60) ```

Computer Science & Information Technology

In a query, if you wanted to display the largest value from the selected records, you would use the ________ aggregate function

A) Minimum B) Maximum C) Count D) Sum

Computer Science & Information Technology

You can choose to use range names in formulas that you create instead of cell references

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ is text not tied to a specific field

A) text box B) control box C) calculated control D) label

Computer Science & Information Technology