Darrell Posted August 26, 2003 Posted August 26, 2003 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
Lee Smith Posted August 26, 2003 Posted August 26, 2003 Use the set field. Enter Find Mode SetField(Inservice, "Closed") Perform find HTH Lee
Recommended Posts
This topic is 7764 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now