tigergirl Posted June 29, 2004 Share Posted June 29, 2004 Hi, I'm sure this is a basic question, but I can't figure it out. I would like to do a find that compares the values in two fields (for instance, work address 1 and preferred address 1) and comes up with those records that have the same values in the two fields. I'm doing this over a network, so I don't have the option of creating any new fields. Thanks, Tiger Link to comment Share on other sites More sharing options...
Lee Smith Posted June 29, 2004 Share Posted June 29, 2004 Have you tried using the "Exact function", it appears to be what you want. Exact(original text, comparison text) If the text match exactly, including length of text and uppercase and lowercase usage, the result is 1 (True). If the text do not match, the result is 0 (False) You could then use the result of the calculation to do a find on. HTH Lee Link to comment Share on other sites More sharing options...
tigergirl Posted June 29, 2004 Author Share Posted June 29, 2004 Thanks Lee, I think that would require that I create a new field for the "exact" function. Is there anything I can do without creating a new field? Link to comment Share on other sites More sharing options...
Lee Smith Posted June 29, 2004 Share Posted June 29, 2004 There isn't any function that I know of that can't be used in either a calculation or a script. Here is a script that will find the Exact and Omit the Non Exact. Go to Layout [ Link to comment Share on other sites More sharing options...
spankalee Posted July 14, 2004 Share Posted July 14, 2004 Is there a way to do this in the find criteria and not with a calculation or script? Link to comment Share on other sites More sharing options...
Oldfogey Posted July 14, 2004 Share Posted July 14, 2004 I guess you can't define relationships, either? If you can, define SelfJoin = Address1<->Address2 Place SelfJoin::Address2 on a layout and find the not empty ones. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7082 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