Update Records without a loop?
Update Records without a loop?
Is there a way to update a batch of records WITHOUT a loop? I ask because of statement execution limits.
For example:
Records = Form[Field == "ABC"];
Records.Boolean = false;
@damien
?