Validation of field

V

VB Challenged

I have a form with three combo boxes;
Destination
Denial Code
Cancelation Code
I want to validate if Denied is chosen for Destination that the Denial code
is a Required Field,
and if Canceled is chosen in Destination that the Cancelation code is
required.

How is the best way to handle this type of validation?
Please Help.
 
Top