David writes "I have a table with 5 columns........there is no primary keys...........I need to know the duplicate records based on all but 1 of the fields.( the last field) for examplecolumn 1 column 2 column 3 column 4 column 5one two three four fiveone two three four eight
so this would be a dupe record............but my main problem is I have to present the info like thiscolumn 1 column 2 column 3 column 4 column 5one two three four fiveone two three four eight
I have to show both records, even the field that does not need to be a dupe..............Please help"