When you create a summary query, which row is added to the query design grid?
A. Criteria
B. Table
C. Field
D. Total
Answer: D
You might also like to view...
Answer the following statements true (T) or false (F)
1. A Do While loop checks the While condition before executing the statements in the loop. 2. If the While condition in a Do While loop is false the first time it is encountered, the statements in the loop are still executed once. 3. The following statement is valid. Do While x <> 0 4. The following two sets of code produce the same output. ``` Dim num As Integer = 1 Dim num As Integer = 1 Do While num <= 5 Do lstBox.Items.Add("Hello") lstBox.Items.Add("Hello") num += 1 num += 1 Loop Loop Until (num > 5) ``` 5. A loop written using the structure Do While...Loop can usually be rewritten using the structure Do...Loop Until.
Which of the following fields is an example of a field that would not require a tab stop?
A) Calculated field B) Last Name field C) State field D) Address field
When creating a template file, Word saves the file with which extension?
A) .doc B) .dotx C) .docx D) .dotz
A(n) ____________________ is a group of commands, or items, presented in a list.
Fill in the blank(s) with the appropriate word(s).