R
Red
Can anyone suggest the code that should be used to count
the number of records in a form that contains a certain
value based on a filter run within that form?
I've tried using the code below but it returns 0:
RecCount = DCount("[FieldName]", "QueryName", "FilterValue")
Thanks in advance.
the number of records in a form that contains a certain
value based on a filter run within that form?
I've tried using the code below but it returns 0:
RecCount = DCount("[FieldName]", "QueryName", "FilterValue")
Thanks in advance.