Question:What is the meaning of following field properties?
Field Size, Format, Input Mask, Caption, Decimal Places, Default Value, Validation Rule, Validation Text, Required, Allow Zero Length, Indexed.
Answer Field properties and their meaning are described below:Field Size: Maximum number of character or value you can enter in fieldFormat: Format for the field. It gives the layout for the field.Input Mask: A way or pattern of data to be entered.Caption: The label for the fieldDecimal Places: The number of digits to the right of decimal place.Default Value: The value automatically entered for the new record.Validation Rule: An expression that limit the value to be entered in the field.Validation Text: The message to be displayed while user violates the rule when entering data.Required: The data should be entered the field can't be left blank.Allow Zero Length: Permits zero length of stringIndexed: The field is to be indexed. Indexing speeds up the searching & sorting.