View Full Version : Loop through Checkboxes and change value


soltec
06-18-2010, 09:20 AM
Hello and thank you in advance for any and all assistance. I'm building a small application and using a boolean checkbox to print todays records. I'm using a query to print and that works well. What I need is a command button and code behind to loop through the recordset after the reports are printed and clear the checkboxes.

Or should I just use another query and append the table back to false on the checkboxes?

SolTec

vbaInet
06-18-2010, 10:07 AM
Or should I just use another query and append the table back to false on the checkboxes?There's your answer :)

dkinley
06-18-2010, 10:30 AM
Not append back ... but update, err, back?

-dK

vbaInet
06-18-2010, 10:31 AM
Not append back ... but update, err, back?

-dKI'm sure the OP just got his appends and updates the wrong way round.;)