You cannot use the Validation Rule property with Short Text or Date/Time fields.
Validation Rule property controls both the values that users can enter into a text box and provides a visual guide as users enter data.
By defining the precise format of the data entry, an input mask allows you to further restrict the data that is entered into a field. The input mask ensures consistency in data entering for phone numbers. Parentheses and hyphens are automatically stored with the data when using an input mask.
The aspect of a database that makes it simple to enter or show a whole row of data is the holding of data in tables.
A form control's Validation Rule property and Validation Text property are used to validate data entered into the control and assist users who enter invalid data.
To validate a property or a page is to compare its value to a set of rules and, if validation is unsuccessful, to add a message to the page. Typically, a database cannot hold an invalid page (one with any associated messages).
To learn more about Validation Rule property refers to:
https://brainly.com/question/7967392
#SPJ4