You can use the Form Field Properties dialog box to designate the initial value, which provides ____ that is displayed when the form is loaded.

A. default text
B. default graphics
C. default directions
D. a popup box


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. A pointer is a variable that holds the address of some other location in memory. 2. Pointer variables are just memory addresses and can be assigned to one another without regard to type. 3.The declaration below declares three pointer variables of type pointer to double that is, a pointer of type ``` (double*) double* p1, p2, p3; ``` 4. A pointer is an address, an address is an integer, but a pointer is not an integer. 5. You can get a pointer value to initialize a pointer variable from an object of an appropriate type with the “address-of” operator, &.

Computer Science & Information Technology

If Shape is a class and you create a new class Rectangle that extends Shape, then Shape is a(n) ____ and Rectangle is a(n) ____.Which word goes in the first blank in the sentence above?

A. subclass B. superclass C. inherited class D. package

Computer Science & Information Technology

When you begin typing text, the _________________________ appears on the status bar with an animated pencil writing on paper that indicates Word is checking for spelling and grammar errors.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Using the Back Up Database utility only saves the structure of the database, not the content.

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

Computer Science & Information Technology