PDA

Click to See Complete Forum and Search --> : How do I scroll through a recordset while I type?


pmeredith
Aug 29th, 1999, 08:33 PM
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!

vemvas
Aug 29th, 1999, 10:43 PM
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