LeiDBug007
Technical User
Greetings Experts,
We've got a combo box field (cfCeaseDesistLtrMailed) that has a "YES/NO" choice for the user to indicate if a particular letter was sent. Right after that field, we've got a date field (cfDateMailed) where the user has to enter the date the letter was sent.
I want to run a validation rule (or code) that says if the user chooses "YES" in the letter sent combo box field, a validation text (or message box) will indicate saying something like "You must enter the date the letter was sent." Of course if it's a "NO", then it's not applicable.
Also, once they click OK from the message, we need it to focus back to the date field (cfDateMailed). Then once entered, they can proceed w/the rest of the form. They cannot proceed unless a date is entered.
We just want to make it clean so that if they say "YES I sent the letter"... then logically they should put the date they sent the letter. We don't really want to depend on training the staff to make sure they put one -- we want to MAKE SURE THEY PUT ONE.
HELP! Thanx so much!
~LeiDBug007
We've got a combo box field (cfCeaseDesistLtrMailed) that has a "YES/NO" choice for the user to indicate if a particular letter was sent. Right after that field, we've got a date field (cfDateMailed) where the user has to enter the date the letter was sent.
I want to run a validation rule (or code) that says if the user chooses "YES" in the letter sent combo box field, a validation text (or message box) will indicate saying something like "You must enter the date the letter was sent." Of course if it's a "NO", then it's not applicable.
Also, once they click OK from the message, we need it to focus back to the date field (cfDateMailed). Then once entered, they can proceed w/the rest of the form. They cannot proceed unless a date is entered.
We just want to make it clean so that if they say "YES I sent the letter"... then logically they should put the date they sent the letter. We don't really want to depend on training the staff to make sure they put one -- we want to MAKE SURE THEY PUT ONE.
HELP! Thanx so much!
~LeiDBug007