Also, the group by function won't work if you include other fields and the data in them is unique. It only groups records where data in all fields is the same.
To remove duplicates from a table, you need to use a Find Duplicates query (you can use a query wizard) to find them, and then, if...