June 20, 200619 yr Hello, I have the following problem. I am trying to find duplicate records in my database. However, diferent from all the posts I have read where usually you want to find duplicates by a specific field like SSN or phone#, I have the following scenario. I have an online survey where the respondent does not identify himself. All the fields I have are the Timestamp when the submission happened and each question a,b,c,d,e....y,z. What I want is to find records that a person submitted twice, usually I identify that when all the answers are the same and the timestamp is really close together (a couple seconds apart). So I need a script that finds duplicates for all the fields going from a to z. If I try using "!" It seems that it finds all dups for a, all dups for b, all dups for c and so on. And that is not what I need. I need something that has an AND operator. So when all fields in the record are equal (a is ! AND b is ! AND c is ! ...) it means it is a duplicate record. If anyone has any clues I would be really glad. PS: I am using Filemaker 8 Advanced for Mac. Thanks, Thiago
June 21, 200619 yr How about: Create a concatenated calc field: "a - "&a&"b - "&b&"c - "&c.... and search by that field. -Raz
Create an account or sign in to comment