Carrie said:
I am running a query in Access 2007 and when I view it there are a lot of
duplicates. What is the criteria for not showing duplicates when I view the
query?
Rather than waste you time figuring out how to hide
duplicate results in a query, you should chase down the
reason for the duplicates. Most likely your query is
joining two (or more) tables that have little or nothing to
do with the desired results.
If your query is only based on one table, then the duplicate
records are in the table, which is a gross violation of the
rules of database Normalization.
If you are only displaying a few data fields that do not
include a unique indexed field, then you can set the queies
Unique Values property to suppress the duplicates. Note
that this kind of query in not updatable.