gephry Posted April 6, 2005 Posted April 6, 2005 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?
Ender Posted April 6, 2005 Posted April 6, 2005 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" ]
Recommended Posts
This topic is 7173 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