Validation Rules

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
 
R

Rick B

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".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top