Which of the following is not a control that can be added to a form or report?
A. Select
B. Page Break
C. Label
D. Image
Answer: A
Computer Science & Information Technology
You might also like to view...
What is the output of the following code?
int *p1, *p2; p1 = new int; p2 = new int; *p1=11; *p2=0; p2=p1; cout << *p1 <<" " << *p2 << endl; a. 11 0 b. 0 11 c. 11 11 d. 0 0
Computer Science & Information Technology
Write Java code that uses a while loop to print even numbers from 2 through 10.
What will be an ideal response?
Computer Science & Information Technology
________ allow you to separate related records for the purpose of creating a visual summary of the data
A) Headers B) Subtotals C) Groups D) Footers
Computer Science & Information Technology
In Access, you can sort on multiple fields
Indicate whether the statement is true or false
Computer Science & Information Technology