Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check all checkboxes in a subform with one command button....

Status
Not open for further replies.

enuf4u

Technical User
Jul 21, 2003
10
US
I have a form with a subform that shows what inventory items need to be ordered. In order for the database to order my parts, I have to mark a checkbox true for each part I want to order. My question is how can I add a command that will check or uncheck all checkboxes in the subform???

Thanks in advance for any advice!

 
Hi!

This would involve looping thru the subforms recordset, setting the field the checkbox is bound to, to false.

Similar questions are answered before, heres a thread with an approach not far from what you're asking (thread702-736652). Try it out, and report back if problems.

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top