Filter and ADO-Recordset

  • Thread starter Ralph Schlosser
  • Start date
R

Ralph Schlosser

Hello,

I have a datasheet with a stored procedure as source. The
user is able to filter by selection etc. How can I determine
which records stay visible after applying such a filter? It
was no problem using DAO because the filter did affect the
form's recordset. Things seems to be different in an adp
using ADO. Any suggestions?
 
Top