Unfortunatelty I don't know how to write SQL. Can anyone help me with unique counts by simply using the design view in a query. I've tried Dcount with works but when bring in the group names it just shows the group names and then the dcount of all records.
unfortunately I don't think the wizzard/builder allows you to do that...
however, what you do is, right click on your query, and select the "view sql" option, you will see a long string of text, and at the beginning of this, you should see the word "SELECT".
All you need to do is to write "DISTINCT" after the word "SELECT", so the string should start with "SELECT DISTINCT "
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.