This is driving me crazy, this works the way I want it too:
Nz(DCount([zColumnNumber], "ExcelTable", "F3 = '" & zNumber & "'"), 0)
I want it to count the times that records under column F3 are equal to zNumber which despite the name is actually a string. Now here is my issue. Sometimes the...