August 26, 200322 yr I have a field that is called Status. In the field there is a calc "If(Inservice="" ," Open" , "Closed" )" what I want to do is create a find script the goes to this field, paste "Closed" in the field and then completes the find finding all records that are closed. Any idea if this can be done? Thanks
August 26, 200322 yr Use the set field. Enter Find Mode SetField(Inservice, "Closed") Perform find HTH Lee
Create an account or sign in to comment