Checkboxes

D

David

Is there a way to set the value of another checkbox by another checkbox.
In Excel you can group checkboxes and optionbuttons, I haven't figured out
how to do that in Access
If you have got 2 checkboxes that you want to tie together so that if one of
them is checked the other one will uncheck itself
Any Thoughts?
 
D

Dan Artuso

Hi,
Place an Option Group control on the form and then
place your option buttons or checkboxes within that control.
This will 'group' them.
 
R

RD Waibel

you can group options in Access by using the OptionBox
(Also know as a frame) from the toolbox. This will allow
you to select one in a group.
 
J

Jonathan

-----Original Message-----
Is there a way to set the value of another checkbox by another checkbox.
In Excel you can group checkboxes and optionbuttons, I haven't figured out
how to do that in Access
If you have got 2 checkboxes that you want to tie together so that if one of
them is checked the other one will uncheck itself
Any Thoughts?
Hi David,

use the option group tool to create a frame with the check
boxes within.

Just as an aside, the convention is to have option buttons
when only one option can be chosen and checkboxes when
more than one option can be chosen...

Luck
Jonathan
 

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