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] = 4")
Do any of you have any ideas as to what the problem is?
Regards,
Matt
= DCount("[Department_ID]", "tabDepartment_Rates", "[Department_ID] = 4")
Do any of you have any ideas as to what the problem is?
Regards,
Matt