N
Nyrubi
Hi I need help please with the following:
I am working with mailing list. I need to identify duplicates only. Once I
identify duplicates, I need to only keep one instance of this same address
but it needs to be the address with the individuals age greater than the
other instances of the dup address. If same age than I need to just pick the
first instance or pick by gender.
What I did is ran a dup query from my original table. Which gives me the
table I need to work with. I tried running a group(total) query with age
being last or max but the other fields do not match to the corresponding
individual. When I have two instances of the same age I want my query to
pick the first.
Can someone please help me refine this process so that I eventually only
have once instance of dup address? Thank you any help will be greatly
appreciated.
I am working with mailing list. I need to identify duplicates only. Once I
identify duplicates, I need to only keep one instance of this same address
but it needs to be the address with the individuals age greater than the
other instances of the dup address. If same age than I need to just pick the
first instance or pick by gender.
What I did is ran a dup query from my original table. Which gives me the
table I need to work with. I tried running a group(total) query with age
being last or max but the other fields do not match to the corresponding
individual. When I have two instances of the same age I want my query to
pick the first.
Can someone please help me refine this process so that I eventually only
have once instance of dup address? Thank you any help will be greatly
appreciated.