InterviewSolution
Saved Bookmarks
| 1. |
What is the use of Entry required property? |
|
Answer» You can use the Required property to specify WHETHER a VALUE is required in a FIELD. If this property is set to YES, when you enter DATA in a record, you must enter a value in the field or in any control bound to the field, and the value cannot be Null. |
|