stuff03 Posted January 23, 2008 Share Posted January 23, 2008 I'm most likely looking for the wrong terminology as far as functions. Right now i'm using... If ((field > 20) and (field This will produce "resultone" if the number in "field" is between 20 and 40. Is there an easier way of doing this same thing? Quote Link to comment Share on other sites More sharing options...
stuff03 Posted January 23, 2008 Author Share Posted January 23, 2008 I know you can use "..." to search between dates and numbers when you are in find mode so how do you incorporate that into "If" calculations? Quote Link to comment Share on other sites More sharing options...
Ender Posted January 23, 2008 Share Posted January 23, 2008 If ((field > 20) and (field This will produce "resultone" if the number in "field" is between 20 and 40. Is there an easier way of doing this same thing? Nope, that's pretty much it. Although you can skip the inside parens if you wish. Quote Link to comment Share on other sites More sharing options...
stuff03 Posted January 23, 2008 Author Share Posted January 23, 2008 smiley-frown ok, thanks Quote Link to comment Share on other sites More sharing options...
dianem3 Posted January 26, 2008 Share Posted January 26, 2008 Don't forget you can create container fields (make them global) in which you change the parameters as part of the find function. You could send finders to a layout where you have the beginning and ending fields and have the users enter the variables there...and then proceed to the find. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.