Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7887 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Newbie here, I read in the help file that typing ! in the field when running a find will find all duplicates of that field. It has not worked. Instead almost all of the records are returned. Obviously I want to limit the find to only exact duplicates to get rid of them. I know this must be easy, but I am not finding it. Can someone help?

Posted

The ! is used to find duplicates, but you must be careful which field you are using it in. The results returned will show all records that have any value in it more than once, for example a personnel list that has multiple Smith's. Try to limit the duplicate find to a field where the values are more unique.

If you provide more details of what you are trying to do, we can give you a better answer.

HTH, Mike

Posted

how about a search for "duplicate" in this forum?

there must be almost 50 threads dealing with finding (and removing) duplicate entries. maybe search for "sync", too.

How about a quick trip to the sample files?

----

but here a quick tip:

make a calc field:

Replace(field1&field2&field3&....;" ";"")

and do a search there.

for number fields, add a NumtoText(field), for date fields a Datetotext(). if you have returns in your fields, filter them too (replace(Replace(field1&field2&field3&....;" ";"");"q|";"")

obviously, do NOT include number fields unless you suspect duplicates there. search them manually with "!".

This topic is 7887 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.