Computer Science, asked by kumariprajita, 6 months ago

Which property should be set so that the value entered in the Marks field should be in the range 1 to 100?

a. Validation Text

b. Validation Rule

C. Input Mask

d. Caption

Answers

Answered by Anamikaas04
0

Answer:

validation rule

Explanation:

Answered by anjalin
0

b. Validation Rule property should be set so that the value entered in the Marks field should be in the range 1 to 100.

Explanation for the answer:

  • A validation rule contains a formula or expression which evaluates the data in one or more fields and returns a value of “True” or “False”.
  • It also includes an error message which displays to the user when the rule returns a value of “True” due to an invalid value.
  • For example, entering a rule such as >1 And <100 in the Validation Rule property forces users to enter values between 1 and 100.
  • Hence, the correct answer among all the options is option b. Validation Rule.

(#SPJ3)

Similar questions