Esmo2000 Posted August 10, 2004 Posted August 10, 2004 I want to compound two operators to perform a search, but im having a bit of difficulty! When I did the greater than or equal to compounded with a less than or equal to, it worked like a breeze. But now I want to do this on a less than or equal to, or = to null. (this is on a date field). it always tells me that I have an incorrectly entered type of data if I do <= date =. Can someone help me? I don't want to create two seperate find requests either because I am modifying a previously created request. Thanks, Jim
The Shadow Posted August 10, 2004 Posted August 10, 2004 When you put multiple operators in a single request, it performs an AND search, since you want OR, you have to have another find request.
Recommended Posts
This topic is 7409 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