Reactorhead
Programmer
Hi, I am working on an application which I need to remove duplicate entry from a list of records.
I have two fields within a record that intially have the same value.
Field 1 : [123] = Field 2 : [123]
A change is made and Field 2 changes to 456. I now have the following records
Record 1 : [123] = [123]
Record 2 : [123] = [456]
How can I filter out record 1
Thanks in advanve if you can point me in the right direction.
I have two fields within a record that intially have the same value.
Field 1 : [123] = Field 2 : [123]
A change is made and Field 2 changes to 456. I now have the following records
Record 1 : [123] = [123]
Record 2 : [123] = [456]
How can I filter out record 1
Thanks in advanve if you can point me in the right direction.