Validation Rules

  • Thread starter Thread starter Angela
  • Start date Start date
A

Angela

Hi

On my form, i have 2 fields. One is a check box and the other is a combo
box. I don't want users to select anything from the combo box until they
have checked the tick box. What validation rule to i use?

Thanks
Ang
 
Isn't that kind of redundant? If there is an entry in the combobox, then
"some condition" is true. Why also make them check a box?

You could easily include a statement in your reports, queries, and forms to
say "if combo is not null, then print something".
 
Back
Top