I have a table that has the fiels ID and SPID where SPID is the person's spouse ID. When I run a program and the user wants to eliminate one of the spoues records so that a couple only shows up one time in the result set I usually use a cursor that runs through and deletes the second spouse's record. However, I want to be able to do this with one or two SQL statements as the cursor takes quite a while to run.