Which of the following field properties allows you to enter a “” string in a field to indicate that there
is no value for that field?
A.
Allow Zero Length
B.
Input Mask
C.
Append Only
D.
IME Mode
Explanation:
The Allow Zero Length property allows a user to enter a zero-length (“”) string in a field to indicate
that there is no value for that field.
Answer C is incorrect. The Append Only property is mainly used for memo fields. When this
property is set to ‘Yes’, it creates a field value history to add new text to the field.
Answer D is incorrect. The IME Mode property is related to East Asian languages.
Answer B is incorrect. The Input Mask property is used to specify that the field value should
conform to the pattern set by the mask.