48Highlander
Technical User
How can I count the number of records that match my criterion ([ID]= me.txtID)?
I have tried to open a recordset, apply a filter and then use RecordCount. All it returns is one record - even though I know there are more.
If I apply a recordset filter and then "MoveLast" I get all of the records in the recordset.
The process has to be fast because I want to determine the count every time i change a record in the main form.
I have tried to open a recordset, apply a filter and then use RecordCount. All it returns is one record - even though I know there are more.
If I apply a recordset filter and then "MoveLast" I get all of the records in the recordset.
The process has to be fast because I want to determine the count every time i change a record in the main form.