G
Gina Liddle
I'm trying to count the number of records displayed in a form once a filter
has been applied within that form. The code used returns the total number of
records in the query regardless of criteria (filter). Anyone know why??
RecNo = DCount("[TextField]", "[QueryA]", Me.Filter)
has been applied within that form. The code used returns the total number of
records in the query regardless of criteria (filter). Anyone know why??
RecNo = DCount("[TextField]", "[QueryA]", Me.Filter)