Match the following field properties with their example:

I. Default Value
II. Validation Text
III. Validation Rule
IV. Input Mask
V. Field Size

A. !\(999") "000\-0000;0;_
B. "MD"
C. 14
D. "MD" Or "PA" Or "WV"
E. "Please enter a value greater than 40."


B, E, D, A, C

Computer Science & Information Technology

You might also like to view...

The COUNTA function will count the number of cells in a range that meet a specified condition

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which of the following fire suppression systems should be used in case of an electronic or a computer fire?

a. Class A b. Class B c. Class C d. Class D

Computer Science & Information Technology

A ____ variable is a variable whose content is a memory address.

A. class B. dynamic C. pointer D. heap

Computer Science & Information Technology

Which of the following is the correct boolean expression to test for: int x being a value between, but not including, 500 and 650, or int y not equal to 1000?

a. ((x >= 500 && x <= 650) && (y != 1000)) b. ((x > 500 AND x < 650) OR !(y.equal(1000))) c. ((x > 500 && x < 650) || (y != 1000)) d. ((x < 500 && x > 650) || !(y == 1000))

Computer Science & Information Technology