March 8, 200322 yr I have a report that I want to show status's. I need a script that will do a find and omit empty records.
March 8, 200322 yr Enter Finde Mode[] Set Field [ MyField, "*" ] Perform Find[] This will find all of the records that have anything in MyField. Same result but a bit more direct. If you actually want to first find the empty records with no information in the field search for "=" instead of "*". Chuck
Create an account or sign in to comment