This Will be a help
SELECT col1, col2, Count(col1) AS NumberOfDups
FROM [Add]
GROUP BY Add.[coll1], Add.[col2], Add.[col3]
HAVING (((Count(Add.[col1]))>1) AND ((Count(Add.[col2]))>1));
Owise there is a design wizard in Access which will help solve most of the general queries. :)