I'm trying to return the number of records in my table that have a Department_ID of 4. However, the statement returns the total number of records in the table, whatever the value of their Department_IDs. Here's the statement:
= DCount("[Department_ID]", "tabDepartment_Rates", "[Department_ID] =...