When a DCount finds nothing, it returns zero. Therefore, your criteria statement must have been incorrectly formed. DBG showed you a way that should work, but for future reference, it is always a good idea to try to write a test query (using a constant rather than a form reference) to see if anything exists to match your criteria. That makes it easier to then build the DCount statement.