Robbydobbs Posted March 8, 2003 Posted March 8, 2003 I have a report that I want to show status's. I need a script that will do a find and omit empty records.
Chuck Posted March 8, 2003 Posted March 8, 2003 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
Recommended Posts
This topic is 7930 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