January 30, 200520 yr Would anyone know how to create a script that would uncheck a checkbox field in all records? In addition, a script that would check a checkbox field in all records? I'm using a yes/no value list checkbox as a print query field. I would like to be able to reset this field to 'unchecked' in all records after printing the selected ones. Thanks!
January 30, 200520 yr Replace Field Contents [ yourTable::yourField ; Replace with calculation: "no" ]
January 30, 200520 yr Replacing with "no" would check the "no" box. Replacing with "" would uncheck all boxes. -Stanley
January 30, 200520 yr You may be right. These Yes/No checkboxes confuse me. I always use 1 and 0, so to me 'unchecking' reads as 'return to state of False'.
Create an account or sign in to comment