August 10, 200421 yr 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
August 10, 200421 yr 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.
Create an account or sign in to comment