I have a grid bound to a recordset. I am using the recordset’s ADO filter property in an attempt to restrict the visible records. However I am using an array of bookmarks to assign the filter. When I do so, the RecordCount property of the recordset changes (as I would expect) but the number of records shown in the grid is unchanged. If I use a criteria string to assign the filter, everything operates as I would expect – i.e. number of records displayed changes also.
Does anyone have any idea as to why this should behave in this way and how I might get around it?
Does anyone have any idea as to why this should behave in this way and how I might get around it?