Field Validation

N

NikV

Is there a way to do field validations where if something is choosen from a
drop down then a text field is required before submission to database?
Thanks in advance!
 
F

Franck Dauché

Hi,

Are you submitting with your own code? Because if you are, you can check
the value of the textbox by code, cancel the event if needed and display a
message to the user.

Regards,

Franck Dauché
 
N

NikV

Franck;
I am not submitting with my own code. I am using the built in Submit
button. Is there a way to validate it with using my own submit code?

This is what I would like to have. If the user chooses a status of Red or
Yellow, an explanation is required in a text field before submit occurs.
Thanks Franck!
 
Top