A(n) ________ is a graphical object on a form or a report that is used to display data, perform an action, or make a form or report easier to read
Fill in the blank(s) with correct word
control
You might also like to view...
Which of the following are available from a class-level method?
a. Class-level function associated with the same class b. Class-level method associated with a different class c. Class-level variable associated with a different class d. All of the above e. None of these
What output will be generated from the following source code?
Use the ________ function to combine text from multiple columns
Fill in the blank(s) with correct word
What happens if none of the when statements in a case code block match the value of the expression that is evaluated?
A. The statements belonging to the else statement (if present) are executed B. The last when statements belonging to the last when statement is executed C. All of the statements belonging to the when statements are executed D. None of the above