Results 1 to 2 of 2

Thread: How do I scroll through a recordset while I type?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Location
    Chester, NJ, Morris
    Posts
    12

    Post

    I am still trying to figure out how to dynamically filter a recordset while I type text in a textbox. Kinda like the way the find in Windows Helpfile works. When I key a letter it zooms to the first record that starts with that letter and filters everything else out.

    Thanks in advance!

  2. #2
    New Member
    Join Date
    May 1999
    Posts
    6

    Post

    Hi,
    in the textbox key press or key down event in which
    you enter the find criteria, you code the filter record code
    to filter the records with the value in the text box.

    vemvas

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