I have the simplest loop script that isn't working and I'm tearing my hair out trying to fix it. It goes like this:
Loop
If ["Field = "no""]
Omit Record
End If
Go to Record/Request/Page [Exit after last, Next]
End Loop
It's part of a larger script, but for testing, I made it into a script of its own and it still doesn't work. I have 317 records, and in 158, that field is equal to "no". But when I start with all records shown and run that script, it consistantly leaves me with 234 records.
Could someone please give me an idea of what I could be missing? I'm used to having to hunt down the little things, but this is ridiculous...
Thanks.