Using Select Button to select Records

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

Guest

I have a form that contains a list of 10 printers serial numbers [SN] and
printer counts [counts]. I want to add a check box to this form so that
users can select which printers they would like to see the counts in a bar
chart for instance I want to see just printers 1 4 and 7 on the chart. I can
add a check box [select] to the form, however when I select it, all of the
check boxes by every printer changes. How can I tie it to each printer?
Once I get this to work, I can add another field to the form that checks to
see if the box is true or false, and then I can use that to filter out
printers for my chart. Thanks in advance for any assistance.
 
On a continuous form, the checkbox needs to be bound to a field in the
underlying table, otherwise you get this situation where filling one checkbox
fills them all.
 

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