Hi not a straightforward de-dup (for me anyway). I have a file which I am matching across many fields. There can be no primary key on this table, but the core Id is PersonId. Each person Id can have many records. I also need to match two fields, CustomerId and TempId, to create a “Yes” in the Match Field.
Therefore I am left with something like this:
PersonId CustomerId TempId Match
12 23 23 Y
12 23 27 N
12 22 24 N
What I want to do is a bit complicated. Where there is ore than one instance of person Id, I only want to keep the record which has Match ‘y’, but where there is no Match= ‘Y’, I want to leave the No’s. Can anyone explain to me how I do this in Access 2003? I can follow simple code only.
Much obliged for your help.
Blitz