link to check boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to link Two check boxes together one for yes one for no when you check
one the other one automatic is uncheck
 
You could do this with code, but why bother?

If you want to let the user indicate yes or no, just use a single checkbox. If
it's checked, it's Yes. If it's not checked, it's no.

If you really want some control to turn off when another turns on, then don't
use checkboxes. Try using a pair of optionbuttons. This behavior is built into
optionbuttons.
 

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

Back
Top