Is there a method to check/un-check a checkbox field for all of the records in a base?
Page 1 / 1
You can use the Batch Update Block to do that.
You could also write a script in the Scripting block to change their states. The Batch Update block only works on a single table at a time, so processing multiple tables would require multiple Batch Update blocks. However, a custom script could systematically work through all tables and reset everything.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.