Cargoplex Posted January 30, 2005 Posted January 30, 2005 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!
comment Posted January 30, 2005 Posted January 30, 2005 Replace Field Contents [ yourTable::yourField ; Replace with calculation: "no" ]
stanley Posted January 30, 2005 Posted January 30, 2005 Replacing with "no" would check the "no" box. Replacing with "" would uncheck all boxes. -Stanley
comment Posted January 30, 2005 Posted January 30, 2005 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'.
Recommended Posts
This topic is 7240 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now