213k views
0 votes
To specify that entries in the current due field must be between $0.00 and $30,000.00, enter ____ in the Validation Rule property box.a. >=0, <=30,000b. >=$0, <=$30,000c. >=0 and <=30000d. >=$0 and <=$30,000

1 Answer

3 votes

Answer:

>=0 and <=30000

Step-by-step explanation:

The above logical expression makes sure that entries in the field must fall from 0 to 30000. including the numbers set as range.

>=0 ensures valuest from zero and above

<=30000 ensures values from 30000 and below

Therefore the ranges of 0 to 30000 are accurately set and no value outside of the boundary will be accepted into the field.

User Simos Sigma
by
8.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.