View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 06:41 PM
chudson007@hotmail.com
 
Posts: n/a
Default Identifying Duplicates in a table

I need help flagging duplicate records in ome tables I have.

For example if I have Table1 which conatins Field1, Field2 and Field3
like below

Field1 Field2 Field3 Field4
Paul 18 Null Null
Paul 18 Null Null
John 19 Null Null

How would I;
1. put a 'Y' in Field3 to mark the two records which are duplicates.
2. put a 'Y' in Field4 to mark ONLY ONE of the duplicate records.

Regards,

Ciarán

Reply With Quote