April 27, 201015 yr I'm trying to get a script to automatically check a check box. The check boxes serve as a check list. For example, after a script that emails a form and at the end of the script I want the box checked for that step in the process. Brad
April 27, 201015 yr Try: Set Field [ YourTable::Checkboxes ; List (YourTable::Checkboxes ; "YourValue" ) ]
Create an account or sign in to comment