jsaltzman Posted April 17, 2003 Posted April 17, 2003 What function would i use if i want to perform an if statement thats says if["thisfield = "anything"] by anything i do not mean the word i mean anything at all, any info.
Vaughan Posted April 18, 2003 Posted April 18, 2003 Or perform a search for "=" without the quotes, and select the omit option. (A search for "=" finds all records that have the field empty.)
CobaltSky Posted April 18, 2003 Posted April 18, 2003 If ["not IsEmpty(thisfield)] If ["thisfield <> "" "] If ["Length(thisfield)"] are the three most likely suspects.
Recommended Posts
This topic is 7894 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