Results 1 to 2 of 2

Thread: Clearing Filter Recordsets

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    21

    Question

    Hello. My question is relatively simple for all of you but bear with me. How can I clear a recordset after I have used a filter on it? i.e. I want the original recordset before the filter. Thanks in advance.....

  2. #2
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    Wink Two options

    Either of the following will work:

    1) rs.Filter = ""

    2) rs.Filter = adFilterNone


    Simon.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width