November 5, 200817 yr I'd really appreciate any help with the following problem. I have a field that contains a value list, shown as a checkbox set. Different records have different checkboxes checked. In a certain layout, I'd like to check one of the boxes for a certain found set of records. I now have this script: Go to Record [First] Loop Insert Calculated Result [select; fieldname ; value] Go to Record [Next; Exit after last] End Loop This works, but it replaces the current checked boxes, because I use "[select;...]". But if I don't use that, I doesn't work. I get an error message telling me that my field doesn't except the new value. What am I doing wrong? Thank you, VAB
November 5, 200817 yr Author Now, it only works when there's already a checkbox selected and it seems it adds the same values on top of the old ones. So when I want to deselect a box I have to keep clicking.
November 5, 200817 yr Author Ok. By adding Case(isEmpty(... and Case(Patterncount... the problems are solved. Thank you.
Create an account or sign in to comment