I can't seem to get my dcount function to work properly...
I have a Table "StatusT" and a field within StatusT called "Metric". All that I want to do is count the number of records that contain a certain metric.
I figured I would do,
DCount(StatusT!Metric, StatusT, Metric = "Whatever")
but this does not work.
Any suggestions?