M
Marc
Hi. I am trying to remove duplicates from a table. I have
set up my 5 column table with all 5 columns together as
the primary key and then am doing an append query to
append the unique records to a new table.
The problem is that wherever a blank cell exists in my
original data exists, that entire row is NOT returned as a
unique record. Thus, I am losing a ton of records that I
need.
How do I deal with these blanks?
Thanks...Marc
set up my 5 column table with all 5 columns together as
the primary key and then am doing an append query to
append the unique records to a new table.
The problem is that wherever a blank cell exists in my
original data exists, that entire row is NOT returned as a
unique record. Thus, I am losing a ton of records that I
need.
How do I deal with these blanks?
Thanks...Marc