Results 1 to 3 of 3

Thread: Remove filter

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Edmonton,AB,Canada
    Posts
    28
    Hi,

    The following code is to filter the records:


    datPrimaryRS.Recordset.Filter = "StudentNam = '" & txtYear3 & "'"


    Question: How to remove the filter and go back to the normal form.

    Thanks.


  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253
    Try: datPrimaryRS.Recordset.Filter=0

    If you still have problems, tell me!

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Edmonton,AB,Canada
    Posts
    28
    Hi Forest Dragon,

    That line of code that you gave me works beautyfully.

    Thank you very much.

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