I have a very strange problem.
I have an ADO recordset that holds names and addresses and has 2225 rows. I filter this on "S" and the rows reduce to 177. If I then sort in alphabetical order only 100 rows are displayed. If I do not sort 177 rows are shown.
In essence 177 rows are shown in the recordset recordcount, but in the form that the recordset is the source for only 100 are shown.
Any ideas?