And what good would that do? I do have a few such indexes, for lookups, and they work nicely. But for this task, I am looking for duplicate records across the ENTIRE set of fields, except the unique PK.No one suggested creating a single index using all the fields.
Just create indices on each field that can be indexed (ie not memo fields)
An index speeds up finding a record by a key value. More indexes do not make this faster - you can't look in multiple indexes at once.