Computer Science, asked by suyash26, 1 year ago

difference between validation text and validation rule

Answers

Answered by kajalkashyad
13
When you design a table in a database and you create a field that is supposed to hold a certain type of information, you may want to create an input mask to complement that field. What an input mask does is specifies an exact format for the information to be entered into the database. For example, a field such as phone # would be a good candidate for an input mask. 

Validatiion Text : 
This property is related to the Validation Rule property and is used to specify an error message that will be displayed in case the validation rule is not satisfied.
Similar questions