Search results

  1. D

    Filtering a form based on ADODB recordset?

    Thanks, but it failes with error "Invalid procedure call or argument"....:(
  2. D

    Filtering a form based on ADODB recordset?

    I tried it and the line Me.FilterOn = True failes with error "Object doesn't support this property or method". The problem is ADODB.Recordset doesn't have FilterOn property. It is filtered when I update the Filter property, I can see it in watch window, but the form doesn't show it..
  3. D

    Filtering a form based on ADODB recordset?

    Hi, I have a form that shows records from ADODB recordset. When I try to apply filter to the underlying recordset it works all right but the form doesn't reflect the changes. It shows same rows as before filtering. In debug I can see that the recordset contains only filtered records...
Back
Top Bottom