April 29, 201114 yr Newbies I have a check box on a form that I wish to link to an existing script. Essentially, the script that I have reads the result of the check box—if 1 then it switched to a particular layout. If 2 then it switches to the other layout. What I'd like to have happen is that when you check (or uncheck) the checkbox the script will be activated. Thanks, G.
April 29, 201114 yr Attach a script trigger OnObjectModify to the checkbox with your If ...Else script
Create an account or sign in to comment