If you want to see only unique values in a result set, you can specify that you want to exclude duplicates from the result set.
The Query Designer inserts the keyword DISTINCT in front of the list of display columns in the SQL statement.
Note If you use the DISTINCT keyword in Microsoft SQL Server, you cannot modify the data in datasheet view.