August 5, 200124 yr This is an easy one I'm sure, but... I have a field called Case Status w/ a value list of Active, Closed or Pending. I want to write a script that will omit only records that = "Closed"
August 5, 200124 yr You can omit the "Closed" records with the following script: Allow User Abort (off) Set Error Capture (on) Enter Find Mode() Toggle Status Area (show) Set Field(Case Status, "Closed") Omit Perform Find()
August 5, 200124 yr Author Thanks Live Oak! I was going the wrong direction. Gotta love these forums!
Create an account or sign in to comment