I have a table that contains several fields. The fields are name, ssn, date, field a, and field b. Each line is duplicated, except in the second line field a and field b are always zero. The lines with these zero values are the ones I want to erase. The one quirk is that sometimes on the first line (the one I want to keep) the values are also zero in field a and field b so I can't just run a query to erase all lines were field a and field b are zero. Any suggestions--please and thank you.