Check Box is applied to all records

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

Guest

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
 
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.
 
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.
 

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