crazybake Posted January 3, 2003 Posted January 3, 2003 I have a script that performs a find... I see that you can expand find requests.. I know this may be simple... but, how do perform a find that looks for records that contain "data A" and/or "data B" in Field1. I have a show all records, set field to dataA and perform find.. but this obviously won't work... thanks c
djgogi Posted January 3, 2003 Posted January 3, 2003 For "AND" find, put both(or more) values in field separated by space(s) or carriage return(s). For "OR" find create separated Find Requests Dj
crazybake Posted January 3, 2003 Author Posted January 3, 2003 I guess I don't understand.. If I have the step "Set field 1", "dataA" and I want it to find DataA and DataB It will not let me specify two values by hitting carraige return.. ?
jasonwood Posted January 3, 2003 Posted January 3, 2003 Enter find mode Set field 1, dataA New request Set field 1, dataB Perform find a new request is like a new record in a find. It will find everything that satisfies the first request AND everything that satisfies the second request.
djgogi Posted January 7, 2003 Posted January 7, 2003 Yours is "OR" find. What I was saying is an "AND" find, like this Enter find mode Set field 1, dataA & " " & dataB Perform find Dj
jasonwood Posted January 8, 2003 Posted January 8, 2003 yep, but he's looking for "AND/OR" which is an "OR", which, ironically enough, can also be described using the word AND in the context I used.
Recommended Posts
This topic is 7994 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