I am trying to use DCount in a query as an expression to return a value of a count in a table.
My table name is SerialTest and the field name is ModelID. My table has three fields, SerialID, Serial Number and ModelID. The SerialID is the primary key , the Serial Number is a field that the...