I have records within a table that I know have duplicates.
The problem is I may have two records that are identical except one is in upper case and the lower case.
I've been just doing is the following:
1. I make a copy of my table (structure only)
2. I set Frist name, Last name, city, and postal the primary keys.
3. I create an append query from the orginal to this copy.
But the records that are similiar, but different cases aren't beging removed.
I really need to get some help in the best way to accomplish my task.
PS.. I do not have at the time Find Duplicate wizard, so I need another solution.
Thanks
Ray
The problem is I may have two records that are identical except one is in upper case and the lower case.
I've been just doing is the following:
1. I make a copy of my table (structure only)
2. I set Frist name, Last name, city, and postal the primary keys.
3. I create an append query from the orginal to this copy.
But the records that are similiar, but different cases aren't beging removed.
I really need to get some help in the best way to accomplish my task.
PS.. I do not have at the time Find Duplicate wizard, so I need another solution.
Thanks
Ray