Check Boxes all check

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

Guest

I have 7 check boxes copied/pasted in one section of my form the only problem
is when I leave design view & go to Form View and check one box all of the
boxes automatically get checked how do I make it so that you can select 1 or
2 or even 7 of the boxes, but you have to physically check them individually?
Thanks!
 
Flojoe,

I believe the only way this could happen is if all the checkboxes are bound
to the same field. Check their ControlSource properties.

Sprinks
 
If you copied and pasted them, chances are they are all bound to the same
field (check the ControlSource property).

This means that when you change the value of one (check or uncheck) it
changes the value of the underlying field and this change is reflected in
all the others.
 
Back
Top