You could try and identify the documents based on some core data that relates them (date created, content size, class id, document title). You could then do a query (probably in the DB rather than ACCE) on the DocVersion table and sort the columns based on the criteria that would group the same documents ...
|