Just ran a search in attempt to identify a contending record lock ... looped through all the _file._file-name with FIND {1} WHERE RECID({1}) = {2} NO-LOCK NO-ERROR. RETURNS AVAILABLE {1} ... my expectation was that only one table would be returned for a match yet I have 3? Isn't RECID supposed to be unique? Or is it only UNIQUE within any given Table?