Y
YUDA0603
Greetings,
On my form there are two fields:
1. a combo box where the user selects one of three choices, LOW, MEDIUM, or
HIGH-QPRIORITY.
2. a Text Box where a date is entered - QDNDATE.
I would like to validate the text box to sayif the date entered is less than
10 days in the future ([QDNDATE] < Date()+10) and the QPRIORITY box is HIGH
then the date is okay as it stands. If the Date is not more than 10 days in
the future and the QPRIORITY box is not HIGH, then an error message to the
user adn DO NOT SEND until corrected.
QDNDATE: more than 10 days in the future, no further validation required
QDNDATE: not more than 10 days in the future and the QPRIORITY box is HIGH,
no further validation required
QDNDATE: not more than 10 days in the future and the QPRIORITY box is not
HIGH, then user must change the date.
In the Properties box under Validation in theformula area I have
[QDNDATE]>Date()+10 to ensure date is more than ten days from current date.
Question: Can I add more to the formulat to include another field on the
form and how? EX: [QDNDATE]<Date()+10 AND QPRIORITY <> "HIGH" this does not
work for me. Not sure how I 'connect' two formulas in the same box.
Any and all help appreciated.
Thanks,
Yuda
On my form there are two fields:
1. a combo box where the user selects one of three choices, LOW, MEDIUM, or
HIGH-QPRIORITY.
2. a Text Box where a date is entered - QDNDATE.
I would like to validate the text box to sayif the date entered is less than
10 days in the future ([QDNDATE] < Date()+10) and the QPRIORITY box is HIGH
then the date is okay as it stands. If the Date is not more than 10 days in
the future and the QPRIORITY box is not HIGH, then an error message to the
user adn DO NOT SEND until corrected.
QDNDATE: more than 10 days in the future, no further validation required
QDNDATE: not more than 10 days in the future and the QPRIORITY box is HIGH,
no further validation required
QDNDATE: not more than 10 days in the future and the QPRIORITY box is not
HIGH, then user must change the date.
In the Properties box under Validation in theformula area I have
[QDNDATE]>Date()+10 to ensure date is more than ten days from current date.
Question: Can I add more to the formulat to include another field on the
form and how? EX: [QDNDATE]<Date()+10 AND QPRIORITY <> "HIGH" this does not
work for me. Not sure how I 'connect' two formulas in the same box.
Any and all help appreciated.
Thanks,
Yuda