You can't use criteria with anything other than aggregate functions(i.e. DCount()). So, either filter the recordset so that only those records matching your criteria are returned or use the DCount() function. Keep in mind, aggregate functions require that you pass the field AND domain(i.e. table or query) to the function. Passing the criteria to a domain aggregate function is optional.
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.