Sorry,
I must not have made myself clear enough. I don't want to compare first name field with last name field.
What I want to do is find duplicate entries of first name and last name being the same.
e.g.
record 1 = first_name = 'Joe', last_name = 'Blow'
record 2= first_name = 'Joe', last_name = 'Blow'
would show up as a duplicate entry. I only want to find duplicates when first name and last name are the same in different records.
Hope this clarifires it a bit.
Thanks