What does the Label control display as a default when used in a form or report?

A) "Label" B) Label name
C) Caption set for a field if there is one D) Default value for the field if there is one


C

Computer Science & Information Technology

You might also like to view...

Most ink jet printers use CMYK color, which creates a printout that appears to have thousands of colors.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which line will add the value stored in the variable pizza to the food() array?

``` var food = new Array("burger", "chips", "subs", "lasagna"); var pizza = "pepperoni pizza"; ``` a. food[0] = pizza; b. pizza.push(food); c. food.push(pizza); d. This cannot be done.

Computer Science & Information Technology

A ____ statement provides a simple method for creating a new and typically shorter name for an existing structure type.

A. #define B. typedef C. set D. union

Computer Science & Information Technology

What term describes a group of networked computers that are typically located no more than a few hundred meters apart at most?

A. LAN B. Homegroup C. Domain D. Workgroup

Computer Science & Information Technology