Asked by Timothy Robinson on Jul 11, 2024

verifed

Verified

If you want users to enter a positive Currency value in a Price field,enter _____ as the validation rule expression.

A) <= 0
B) > 0
C) '+ 1
D) "Positive"

Validation Rule Expression

A formula or criterion defined in a database or application that sets the conditions a data entry must meet to be considered valid.

Currency Value

A representation of money or monetary units in applications, indicating the amount in a specific currency.

  • Master the technique of upholding data integrity through the use of validation rules and expressions in Access.
verifed

Verified Answer

JL
James LugardoJul 16, 2024
Final Answer :
B
Explanation :
The expression '> 0' checks for a value that is greater than 0, which ensures that the price entered is a positive currency value.