Newbies duker13 Posted May 15, 2011 Newbies Posted May 15, 2011 I want to find all records that a field A is > 0 or Field B is = "Yes"
LaRetta Posted May 15, 2011 Posted May 15, 2011 Examples: You want field A > 0 AND field B = "Yes" is an AND find and can be handled in a single find request as: Enter Find Mode [ uncheck pause ] Set Field [ Field A ; ">" & 0 ] Set Field [ Field B ; "Yes" ] Perform Find [] ... etc You want field A > 0 OR field B = "Yes" is an OR find and you search for both criteria independently as: Enter Find Mode [ uncheck pause ] Set Field [ Field A ; ">" & 0 ] New Record/Request ... this second find request signifies OR Set Field [ Field B ; "Yes" ] Perform Find [] ... etc
Recommended Posts
This topic is 4940 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