Check Box is applied to all records

M

Matt W.

Im hoping there is a simple explanation for this. I have a form with many
check boxes to click. When a check box is selected on one record, it gets
applied to every record on the form. I would like just the check box on that
particular record to be selected. What am i doing wrong? Any input would be
appreciated. Thank You
 
R

Rick B

The checkbox needs to be tied to a field in the record. If it is unbound,
then it will check or uncheck for all the records and you won't be able to
do anything with it. To "check" a particular record, you need a field in
that record that will store the status of that check.

In other words, bind it to a field in the table.
 
M

Matt W.

Yes. I think im going to have to create a field for every check box on the
form. Is this correct? Its not really important to me that the check box is
tied to a field but i guess it has to be done that way.
 
Top