April 6, 200520 yr For this database, it takes a bunch of text generated from an online form, and then fills out the record accordingly. For some of the values, I'm using value lists as checkboxes because sometimes there are multiple answers for that same question (what OS will you be using this product with). But, whenever I have the script SetField[OS, ... ] with multiple values (more than one checkbox), it only enters the last checkbox selection, overriding the other necessary checkboxes. How do I get it to x multiple checkboxes with this script?
April 6, 200520 yr A checkbox field contains a return-separated list of items. To set these with a script, simply insert a symbol in the Set Field calc. If you're appending an item to an existing list, use this syntax: Set Field [ Field ; Field & & "NewItem" ]
Create an account or sign in to comment