Loop through Checkboxes and change value

soltec

SolTec
Local time
Today, 08:56
Joined
Jun 18, 2010
Messages
1
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
 
Not append back ... but update, err, back?

-dK
 

Users who are viewing this thread

Back
Top Bottom