Hello
I am getting wrong results with my query so I hope you can help me check what the problem is. What I want to do is to count the number of times a field (NIP) is in field EF1 or in field EF2.
Here's my query:
SELECT table1.NIP, Count([table2]![EF1] And [table2]![EF2]) AS CountNIP
FROM...
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.