GlennC Posted January 9, 2003 Posted January 9, 2003 I need to do a find based on two numeric fields being the same. The value itself will not be constant. In other words the search criteria is that the two fields are the same, regardless of the value in the fields. I am clueless at the moment - only a couple of days into FM (Pro 6) and I can't seem to get to first base with this. Once it gets worked out I then need to save that search somehow - I'm surprised that there doesn't seem to be some straight-forward way of saving queries (finds) - but I'm sure that's just my lack of conceptual understanding at the moment. Very gratefull for help. Glenn
djgogi Posted January 9, 2003 Posted January 9, 2003 You don't need "find" just an other field let's call it "eqField"defined as field1=field2 result number and an global number field gEq with value 1 in it. Now define an relationship gEq-->eqField and use the Go to Related Record script step with option show only related records enabled. However, since eqField has to be indexed instead of relationship you could also use Find for value 1 in eqField Dj
jasonwood Posted January 9, 2003 Posted January 9, 2003 or you could just have a field that calculates the difference (field1 - field2), and do a search for difference = 0
Recommended Posts
This topic is 7987 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