It sounds to me as if you are using Option Buttons (i.e. radio buttons) instead of Check Boxes. Option buttons are mutually exclusive (meaning that they can only have a single selection for the group of controls). Check boxes can have multiple selections.
Option buttons are round, check boxes are square.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
I would like that the user can select several check box uses with the same
field.
Now i select a box, and i select an another one, the first one is deselected.
In clear, i would like a check box with a multiple choice.
I hope it's clear...
Thks in advance for your help.
MCC
MCC - 28 Feb 2005 15:29 GMT
Hello,
Thks for your answer.
But i used check boxes. And it's true, it's working like radio boxes.
but i would like to add something, i used a sql server base to store my data.
do i have to do something to store correctly the informations ?
MCC
> It sounds to me as if you are using Option Buttons (i.e. radio buttons) instead of Check Boxes. Option buttons are mutually exclusive (meaning that they can only have a single selection for the group of controls). Check boxes can have multiple selections.
>
[quoted text clipped - 7 lines]
> Thks in advance for your help.
> MCC