I've hit a snag...
It seems the error is in the criteria... a test I have run is:
txtCount = dCount("[name]", "[blacklist]", Me.Company_Name.value = "[name]") returns 0 even if there is a match
txtCount = dCount("[name]", "[blacklist]", Me.Company_Name) disregards the criteria and counts all...