Check all check boxes in a continuous form

  • Thread starter Thread starter Danny Morales
  • Start date Start date
D

Danny Morales

Hello Everyone,

I need help checking all check boxes in a continuous form.

This form has filtered data from its table. I want to be able to set
all check boxes within the form to TRUE but only for the records
reflected on the form, not the whole table.

Please help!!!

Danny
 
Danny

Records (rows of data) in Access are stored in tables, not forms.

If you are saying you need to update all the rows in a table (by checking
one/more checkboxes), use an update query. CAUTION: save a backup copy
before performing the update!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Hello Everyone,

I need help checking all check boxes in a continuous form.

This form has filtered data from its table. I want to be able to set
all check boxes within the form to TRUE but only for the records
reflected on the form, not the whole table.

Use an Update query, using the same criteria as that used for the form's
recordsource.

John W. Vinson [MVP]
 

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