How set this DCount criteria?

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
Access MS Access DCount function problem 0
Using DCOUNT 3
Run-time error '3045' 6
DCount between dates 4
multiple criteria in DCount function 3
DCOUNT with 2 Criteria 3

Top