Hi all,
Here's a poser.
I have a table that has either 1 or two records with the same info. If I have only 1, then fine. If I have two, then I want to keep the second. example
Fld1 Fld2 Fld3
AAAA xxxx nnnn
AAAA 1234 3456
BBBB uuuu jjjj
CCCC oooo 9999
CCCC pppp 8765
I would want to keep the second instance where Fld1 = AAAA and CCCC. The first instance of each can be safely deleted.
I also want to keep the *only* instance of BBBB.
All help appreciated. Thanks
Phil raptor136@adelphia.net
Here's a poser.
I have a table that has either 1 or two records with the same info. If I have only 1, then fine. If I have two, then I want to keep the second. example
Fld1 Fld2 Fld3
AAAA xxxx nnnn
AAAA 1234 3456
BBBB uuuu jjjj
CCCC oooo 9999
CCCC pppp 8765
I would want to keep the second instance where Fld1 = AAAA and CCCC. The first instance of each can be safely deleted.
I also want to keep the *only* instance of BBBB.
All help appreciated. Thanks
Phil raptor136@adelphia.net