I have a scripting block that, for each record R in a given table, pulls a bunch of data from a different table, calculates a number N, and updates a field F for that R.
The problem is some records are updated and others are not.
I know that records ...