Setting distinct fields in queries without going to SQL statements

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

Hi,

Is it possible to set some of the fields in queries to be distinct
without going to SQL statements ? If so, how ? Thanks...
 
If you mean: can you create a query with a DISTINCT predicate like this:

SELECT DISTINCT LastName, FirstName FROM Sometable

without going to the SQL window and adding the DISTINCT keyword, the answer
is yes.

In the Query Builder design window, right click on the upper portion (where
the tables show) and choose Properties. Change the property called "Unique
Values" to YES.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Query help needed 1
Counting Distinct Values 1
counting distinct from a query 2
distinct records 12
A SQL statement in VBA 7
Select Distinct Question 1
Convert Memo field ? 3
Newbee 12

Back
Top