How set this DCount criteria?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a RowSource SELECT as follows, which shows only those records which
have no duplicates:

SELECT FNo, EnN FROM TEMP02Tbl GROUP BY FNo, EnN HAVING Count(EnN)=1;

Is there a way I can apply a limitation in a DCount criteria that would
count those same records?

DCount("*", "TEMP02Tbl", "....?....")

Thank you!
 

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 Dcount (multiple criteria) 3
DCount alwaysreturning 1 0
DCount not recognizing criteria 4
import text 1
Access MS Access DCount function problem 0
Using DCOUNT 3
DCOUNT with 2 Criteria 3
DCOUNT segregation 2

Back
Top